-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathppx_deriving_cad.opam
39 lines (39 loc) · 1.21 KB
/
ppx_deriving_cad.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "PPX Deriver for OCADml transformation functions"
description: """
[@@deriving cad] generates functions for the
spatial transformation of user defined abstract and record types containing
types for which said transformation functions are defined, in particular, the types of OCADml (and CAD backend specific implementations)."""
maintainer: ["Geoff deRosenroll<[email protected]>"]
authors: ["Geoff deRosenroll<[email protected]>"]
license: "GPL-2.0-or-later"
homepage: "https://github.com/OCADml/ppx_deriving_cad"
doc: "https://ocadml.github.io/ppx_deriving_cad/"
bug-reports: "https://github.com/OCADml/ppx_deriving_cad/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.14.0"}
"base" {>= "0.14.1" & with-test}
"OCADml" {>= "0.3.0" & with-test}
"OSCADml" {>= "0.2.0" & with-test}
"gg" {>= "1.0.0" & with-test}
"ppxlib" {>= "0.22.2"}
"ppx_inline_test" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/OCADml/ppx_deriving_cad.git"