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