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" {>= "5.0"} 12 "dune" {>= "3.0"} 13] 14build: ["dune" "build" "-p" name "-j" jobs] 15url { 16 src: 17 "https://github.com/ocaml-multicore/lockfree/releases/download/v0.2.0/lockfree-0.2.0.tbz" 18 checksum: [ 19 "sha256=704c2069346248d389913408c364834c1bc46dea5d411c0bedd836868b21e321" 20 "sha512=fe05be37dc0aa4ddcca3f9b463f9abfad5054e94955a566bc0fe81faa8fd63d0b06cbce494ef74a71657b6167d37cf7cb13e752067c3dbd9e697d41e6d82dd63" 21 ] 22} 23x-commit-hash: "a19c6591d1c50bd45cf996a309d23f4c9af59cfb"