this repo has no description
1opam-version: "2.0"
2synopsis: "Types and functions for building CAD packages in OCaml"
3description: "Types and functions for building CAD packages in OCaml"
4maintainer: ["Geoff deRosenroll<geoffderosenroll@gmail.com"]
5authors: ["Geoff deRosenroll<geoffderosenroll@gmail.com"]
6license: "GPL-2.0-or-later"
7tags: ["OCADml" "CAD"]
8homepage: "https://github.com/OCADml/OCADml"
9doc: "https://OCADml.github.io/OCADml"
10bug-reports: "https://github.com/OCADml/OCADml/issues"
11depends: [
12 "ocaml" {>= "4.14.0"}
13 "dune" {>= "3.3"}
14 "gg" {>= "1.0.0"}
15 "odoc" {with-doc}
16]
17depopts: [
18 "cairo2"
19]
20conflicts: [
21 "cairo2" {< "0.6.2"}
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/OCADml.git"
38url {
39 src:
40 "https://github.com/OCADml/OCADml/releases/download/v0.5.0/OCADml-0.5.0.tbz"
41 checksum: [
42 "sha256=fc0b0a0ff598ff06550dfe0a93b279dc2df018914cc7883872d676d7da4dc14c"
43 "sha512=e02d943fbed9334730223ea12447b2495812db0bab20302516891d24c088fa8c4a60c366d0e083f4e675a25b394d101d115d3595e05284298d5803acc92351cf"
44 ]
45}
46x-commit-hash: "aa6a869c3d48049057436a23feb45b36edcbf5c2"