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 "cairo2" {>= "0.6.2"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/OCADml/OCADml.git"
33url {
34 src:
35 "https://github.com/OCADml/OCADml/releases/download/v0.3.1/OCADml-0.3.1.tbz"
36 checksum: [
37 "sha256=b8d3e9cae10f4a7a6ff67ae8b1aeff8bf8a8f1b202b2a24f098a9a5ad69b145f"
38 "sha512=166964f8c86e81ef31c8448b350b960b7a5a137eab3234d3200069841e5567778d29dc801ce2f7e7fc312953e8bacfc9e1c3d360d6b9d171a02e2a8c98c8438a"
39 ]
40}
41x-commit-hash: "53c5193548d16857ffcb355a9202c6ca5a6ba246"