-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
44 lines (36 loc) · 990 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
(lang dune 3.2)
(name ppx_deriving_cad)
(generate_opam_files true)
(source
(github OCADml/ppx_deriving_cad))
(documentation https://ocadml.github.io/ppx_deriving_cad/)
(license GPL-2.0-or-later)
(authors "Geoff deRosenroll<[email protected]>")
(maintainers "Geoff deRosenroll<[email protected]>")
(package
(name ppx_deriving_cad)
(synopsis "PPX Deriver for OCADml transformation functions")
(description
"[@@deriving cad] generates functions for the\nspatial transformation of user defined abstract and record types containing\ntypes for which said transformation functions are defined, in particular, the types of OCADml (and CAD backend specific implementations).")
(depends
(ocaml
(>= 4.14.0))
(base
(and
(>= 0.14.1)
:with-test))
(OCADml
(and
(>= 0.3.0)
:with-test))
(OSCADml
(and
(>= 0.2.0)
:with-test))
(gg
(and
(>= 1.0.0)
:with-test))
(ppxlib
(>= 0.22.2))
(ppx_inline_test :with-test)))