Skip to content

Commit 16930bb

Browse files
authored
Merge pull request ocaml#23378 from geoffder/release-OCADml-v0.4.0
[new release] OCADml (0.4.0)
2 parents f42a3e8 + 8511e1b commit 16930bb

File tree

1 file changed

+43
-0
lines changed
  • packages/OCADml/OCADml.0.4.0

1 file changed

+43
-0
lines changed

packages/OCADml/OCADml.0.4.0/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
"odoc" {with-doc}
16+
]
17+
depopts: [
18+
"cairo2" {>= "0.6.2"}
19+
]
20+
build: [
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+
]
34+
dev-repo: "git+https://github.com/OCADml/OCADml.git"
35+
url {
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+
}
43+
x-commit-hash: "14cfc751a158d5a2f53a79e71fe9bb46a0886df7"

0 commit comments

Comments
 (0)