Skip to content

Commit dc8c9b7

Browse files
authored
Merge pull request ocaml#23691 from geoffder/release-OCADml-v0.5.0
[new release] OCADml (0.5.0)
2 parents c4a9c08 + b62131e commit dc8c9b7

File tree

1 file changed

+46
-0
lines changed
  • packages/OCADml/OCADml.0.5.0

1 file changed

+46
-0
lines changed

packages/OCADml/OCADml.0.5.0/opam

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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"
19+
]
20+
conflicts: [
21+
"cairo2" {< "0.6.2"}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/OCADml/OCADml.git"
38+
url {
39+
src:
40+
"https://github.com/OCADml/OCADml/releases/download/v0.5.0/OCADml-0.5.0.tbz"
41+
checksum: [
42+
"sha256=fc0b0a0ff598ff06550dfe0a93b279dc2df018914cc7883872d676d7da4dc14c"
43+
"sha512=e02d943fbed9334730223ea12447b2495812db0bab20302516891d24c088fa8c4a60c366d0e083f4e675a25b394d101d115d3595e05284298d5803acc92351cf"
44+
]
45+
}
46+
x-commit-hash: "aa6a869c3d48049057436a23feb45b36edcbf5c2"

0 commit comments

Comments
 (0)