Skip to content

Commit 8ca947b

Browse files
authored
Merge pull request ocaml#23740 from geoffder/release-OCADml-v0.6.0
[new release] OCADml (0.6.0)
2 parents 44354e8 + b27d849 commit 8ca947b

File tree

1 file changed

+45
-0
lines changed
  • packages/OCADml/OCADml.0.6.0

1 file changed

+45
-0
lines changed

packages/OCADml/OCADml.0.6.0/opam

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.6"}
14+
"gg" {>= "1.0.0"}
15+
"alcotest" {with-test}
16+
"odoc" {with-doc}
17+
]
18+
depopts: ["cairo2"]
19+
conflicts: [
20+
"cairo2" {< "0.6.2"}
21+
]
22+
build: [
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+
]
36+
dev-repo: "git+https://github.com/OCADml/OCADml.git"
37+
url {
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+
}
45+
x-commit-hash: "f5dfbf55f9c19ad808daa0df4d76a55e58756e5f"

0 commit comments

Comments
 (0)