this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21124 from Sudha247/release-lockfree-v0.2.0

[new release] lockfree (0.2.0)

authored by

Kate and committed by
GitHub
3518182d f77cd113

+23
+23
packages/lockfree/lockfree.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>" 3 + authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 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" {>= "5.0"} 12 + "dune" {>= "3.0"} 13 + ] 14 + build: ["dune" "build" "-p" name "-j" jobs] 15 + url { 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 + } 23 + x-commit-hash: "a19c6591d1c50bd45cf996a309d23f4c9af59cfb"