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 "dune" {>= "3.3"}
13 "ocaml" {>= "4.14.0"}
14 "cairo2" {>= "0.6.2"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/OCADml/OCADml.git"
32url {
33 src:
34 "https://github.com/OCADml/OCADml/releases/download/v0.2.2/OCADml-0.2.2.tbz"
35 checksum: [
36 "sha256=8686713923981b97c6e080d6f51eda31672d5ea40494edfd90072a45b3efe287"
37 "sha512=f3d4aa044429ccbc53dc051a90638cd6df43f715f5a854e99c184ef14079b35f1947a7344a8e8dac3b63caef8329d0fa25bafde9f252b6e14678b458625f52d1"
38 ]
39}
40x-commit-hash: "d5af0e5287566d81c9bfa7a62f6bc89aaf4f4360"