File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/OCADml/OCADml.0.3.2 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Types and functions for building CAD packages in OCaml"
3+ description: "Types and functions for building CAD packages in OCaml"
4+ maintainer: ["Geoff deRosenroll<
[email protected] "]
5+ authors: ["Geoff deRosenroll<
[email protected] "]
6+ license: "GPL-2.0-or-later"
7+ tags: ["OCADml" "CAD"]
8+ homepage: "https://github.com/OCADml/OCADml"
9+ doc: "https://OCADml.github.io/OCADml"
10+ bug-reports: "https://github.com/OCADml/OCADml/issues"
11+ depends: [
12+ "ocaml" {>= "4.14.0"}
13+ "dune" {>= "3.3"}
14+ "gg" {>= "1.0.0"}
15+ "cairo2" {>= "0.6.2"}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
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+ ]
32+ dev-repo: "git+https://github.com/OCADml/OCADml.git"
33+ url {
34+ src:
35+ "https://github.com/OCADml/OCADml/releases/download/v0.3.2/OCADml-0.3.2.tbz"
36+ checksum: [
37+ "sha256=ee57fc1985cabbb0b55ec56f97bf5f46f02b4b6c27ee4b5b5525d6bc229b9fb1"
38+ "sha512=ebdc09b5725a2eb1789e789d387023b746a9bfbe02036890361edfd505ba00320f557d4b07a2b249e69317e1cec316599f5663ed8678e491c45562535354553e"
39+ ]
40+ }
41+ x-commit-hash: "8f28c05d8d3ef2ec079058c5c86e8308c786ab14"
You can’t perform that action at this time.
0 commit comments