Skip to content

Commit 2209728

Browse files
authored
Merge pull request ocaml#23068 from bartoszmodelski/release-lockfree-0.3.1
[new release] lockfree (0.3.1)
2 parents 789ac19 + a3493c1 commit 2209728

File tree

1 file changed

+30
-0
lines changed
  • packages/lockfree/lockfree.0.3.1

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
opam-version: "2.0"
2+
maintainer: "KC Sivaramakrishnan <[email protected]>"
3+
authors: ["KC Sivaramakrishnan <[email protected]>"]
4+
homepage: "https://github.com/ocaml-multicore/lockfree"
5+
doc: "https://ocaml-multicore.github.io/lockfree"
6+
synopsis: "Lock-free data structures for multicore OCaml"
7+
license: "ISC"
8+
dev-repo: "git+https://github.com/ocaml-multicore/lockfree.git"
9+
bug-reports: "https://github.com/ocaml-multicore/lockfree/issues"
10+
depends: [
11+
"ocaml" {>= "4.12"}
12+
"dune" {>= "3.0"}
13+
"domain_shims" {>= "0.1.0"}
14+
"qcheck" {with-test & >= "0.18.1"}
15+
"qcheck-stm" {with-test & >= "0.1"}
16+
"qcheck-alcotest" {with-test & >= "0.18.1"}
17+
"alcotest" {>= "1.6.0"}
18+
"yojson" {>= "2.0.2"}
19+
"dscheck" {with-test & >= "0.0.1"}
20+
]
21+
build: ["dune" "build" "-p" name "-j" jobs]
22+
url {
23+
src:
24+
"https://github.com/ocaml-multicore/lockfree/releases/download/0.3.1/lockfree-0.3.1.tbz"
25+
checksum: [
26+
"sha256=565f758aef2134af4c242e82df91e6262ace6fdebe25b070de01c07bc9fd49b7"
27+
"sha512=f27242e825588ec569417ef9bf510975b1ee17b7bc78ed54c879b2f6d731e03c300f38ee20fef6bc45ed715e59a4a3bdb61cbccefe817570f916fe20ce4cefeb"
28+
]
29+
}
30+
x-commit-hash: "850f44a55277af7b0734667ccab13ed9b929f303"

0 commit comments

Comments
 (0)