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.1/OCADml-0.1.1.tbz"
34 checksum: [
35 "sha256=1169ecf203bd7f3e8267393f30d737c90cb16ade4488fce19688e21f83765ae3"
36 "sha512=48d77ffbf4998fbc807875ddfd9238bc0aed2da3106110c811908988ee3202609431b0dbee0aaa840d768593928075c2f31a50e306008493d58c96b96aa76f35"
37 ]
38}
39x-commit-hash: "c63d56150003f2c229970ae9bb45a58f868918fe"