File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
packages/lockfree/lockfree.0.3.1 Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments