Skip to content

Commit 704b570

Browse files
authored
Merge pull request ocaml#27718 from tcsprojects/release-camldiets-v0.3
[new release] camldiets (0.3)
2 parents a99aa9a + 4aefdd2 commit 704b570

File tree

1 file changed

+39
-0
lines changed
  • packages/camldiets/camldiets.0.3

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"A highly efficient OCaml set implementation for fat sets, i.e. densely populated sets over a discrete linear order"
4+
description:
5+
"A highly efficient OCaml set implementation for fat sets, i.e. densely populated sets over a discrete linear order."
6+
maintainer: ["Oliver Friedmann" "Martin Lange"]
7+
authors: ["Oliver Friedmann" "Martin Lange"]
8+
license: "BSD-3-clause"
9+
homepage: "https://github.com/tcsprojects/camldiets"
10+
bug-reports: "https://github.com/tcsprojects/camldiets/issues"
11+
depends: [
12+
"ocaml"
13+
"dune" {>= "3.10"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
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+
]
30+
dev-repo: "git+https://github.com/tcsprojects/camldiets.git"
31+
url {
32+
src:
33+
"https://github.com/tcsprojects/camldiets/releases/download/v0.3/camldiets-0.3.tbz"
34+
checksum: [
35+
"sha256=53835314f6a6a15ef01790a5a1aa1e2097566de9b4bc0c424e9a694fcaa90c7f"
36+
"sha512=0de67240cdb1fa582e43c7580875cdcdcb18cc4a1bacf46b395c26608009319c3d1474d1463ad5c552b367f3b3110ef50de8abeb058184f66b5dd1d70abea810"
37+
]
38+
}
39+
x-commit-hash: "7583e1147b9e42066bc59c486b83c40dc1a3295c"

0 commit comments

Comments
 (0)