this repo has no description
1opam-version: "2.0"
2synopsis: "PPX Deriver for OCADml transformation functions"
3description: """
4[@@deriving cad] generates functions for the
5spatial transformation of user defined abstract and record types containing
6types for which said transformation functions are defined, in particular, the types of OCADml (and CAD backend specific implementations)."""
7maintainer: ["Geoff deRosenroll<geoffderosenroll@gmail.com>"]
8authors: ["Geoff deRosenroll<geoffderosenroll@gmail.com>"]
9license: "GPL-2.0-or-later"
10homepage: "https://github.com/OCADml/ppx_deriving_cad"
11doc: "https://ocadml.github.io/ppx_deriving_cad/"
12bug-reports: "https://github.com/OCADml/ppx_deriving_cad/issues"
13depends: [
14 "dune" {>= "3.2"}
15 "ocaml" {>= "4.14.0"}
16 "base" {>= "v0.14.1" & < "v0.17" & with-test}
17 "OCADml" {>= "0.1.0" & < "0.3.0" & with-test}
18 "OSCADml" {>= "0.1.0" & < "0.2.0" & with-test}
19 "ppxlib" {>= "0.22.2"}
20 "ppx_inline_test" {with-test}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/OCADml/ppx_deriving_cad.git"
38url {
39 src:
40 "https://github.com/OCADml/ppx_deriving_cad/releases/download/v0.1.0/ppx_deriving_cad-0.1.0.tbz"
41 checksum: [
42 "sha256=3b1aec4784cd4a60e210814df6fdf6323b848a42a6c6f29946dabb5c3197e884"
43 "sha512=6af3f353092dd2c06e0ef4ba40fe3ae0c61c6d7758fd07bf48373f01d1145de478a3bce503d142bbbeffa423c3428be8016a78c6150d4cce0d66c8e6270e9221"
44 ]
45}
46x-commit-hash: "5ce65c279f94357c947d6260816d79e5d1875407"