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.6"}
14 "gg" {>= "1.0.0"}
15 "alcotest" {with-test}
16 "odoc" {with-doc}
17]
18depopts: ["cairo2"]
19conflicts: [
20 "cairo2" {< "0.6.2"}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/OCADml/OCADml.git"
37url {
38 src:
39 "https://github.com/OCADml/OCADml/releases/download/v0.6.0/OCADml-0.6.0.tbz"
40 checksum: [
41 "sha256=2d93cd5f2a41c6c0a183c02ac93ed8c4113fbc42d5557c769adbdc30c6421049"
42 "sha512=a9450c05bb1b798a70655f76ae04e8a9c46cde0f255687959f1639d9691cd3822e52065014d8cc5d4bd6229057a8036c28d917afdadb283a397fc823cac1fd30"
43 ]
44}
45x-commit-hash: "f5dfbf55f9c19ad808daa0df4d76a55e58756e5f"