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"
7homepage: "https://github.com/OCADml/OCADml"
8doc: "https://OCADml.github.io/OCADml"
9bug-reports: "https://github.com/OCADml/OCADml/issues"
10depends: [
11 "dune" {>= "3.3"}
12 "ocaml" {>= "4.13.0"}
13 "cairo2" {>= "0.6.2"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/OCADml/OCADml.git"
31url {
32 src:
33 "https://github.com/OCADml/OCADml/releases/download/v0.1.2/OCADml-0.1.2.tbz"
34 checksum: [
35 "sha256=84515077825c4d2245f71d3767c276158b14380f482b7565da248a5c7db17c57"
36 "sha512=70af67d9ab5dd00d646e4266784d433f2659f92a556a004965ec8cfd13dce1e644ad54c651c054e2ee74e811851d54d35877053adbf064b71b944b54a3a298b7"
37 ]
38}
39x-commit-hash: "a152b3a551b89086c44a37f1d2cac5730955edd9"