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" {>= "0.6.2"}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/OCADml/OCADml.git"
35url {
36 src:
37 "https://github.com/OCADml/OCADml/releases/download/v0.4.1/OCADml-0.4.1.tbz"
38 checksum: [
39 "sha256=d12ea5331bb8b0b25ca3f7e422549897d19b02d27a8d4dc0e73e610ed39004de"
40 "sha512=316783fd40d16d0a40e747d93834dcf62cdfc71ab8081fbc874ddf8e6c4e807134ac3cb7e145b21845490f9238d8e431d007cc7fbe2e6f0414a0976db6d82c04"
41 ]
42}
43x-commit-hash: "a41535c9f7a3ca1daff7f7a06896052edaac93ca"