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.0/OCADml-0.1.0.tbz"
34 checksum: [
35 "sha256=8eac539fa6c15c6be552725c30c7b1e124396de0e85e04e7e33d65cd6a1d9590"
36 "sha512=50704d2cd717c674c70baf5c3df23de069c35dd7e7afb4e19b023f8d418fe0d42c20ee59112bd5592e8bcdecf16543d627fc1a09a40adcaf70e3aa6687a254ef"
37 ]
38}
39x-commit-hash: "518a52ddb5c28b71a704fe9ebbf6fb30ec2bb9a3"