this repo has no description
1opam-version: "2.0" 2maintainer: "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>" 3authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 4homepage: "https://github.com/ocaml-multicore/lockfree" 5doc: "https://ocaml-multicore.github.io/lockfree" 6synopsis: "Lock-free data structures for multicore OCaml" 7license: "ISC" 8dev-repo: "git+https://github.com/ocaml-multicore/lockfree.git" 9bug-reports: "https://github.com/ocaml-multicore/lockfree/issues" 10depends: [ 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] 21build: ["dune" "build" "-p" name "-j" jobs] 22url { 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} 30x-commit-hash: "850f44a55277af7b0734667ccab13ed9b929f303"