this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Compositional lock-free data structures and primitives for communication and synchronization" 4maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 5authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 6license: "ISC" 7homepage: "https://github.com/ocaml-multicore/kcas" 8bug-reports: "https://github.com/ocaml-multicore/kcas/issues" 9depends: [ 10 "dune" {>= "3.3"} 11 "kcas" {= version} 12 "mdx" {>= "1.10.0" & with-test} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/ocaml-multicore/kcas.git" 30url { 31 src: 32 "https://github.com/ocaml-multicore/kcas/releases/download/0.3.0/kcas-0.3.0.tbz" 33 checksum: [ 34 "sha256=dfb00c3871feb76470cf6806231e5ea82e1499783086ef7edd7bb7bc5b9dc156" 35 "sha512=ae5c02b371e62b1edaba9b684007d0895dc4c2fb92c3d851ba2df9c4e1905621e5ad0cbc2738ecf5ea38b01a0e2d80742f36324d31203a22fdd3b84f7cbbd28b" 36 ] 37} 38x-commit-hash: "0d0da070fc3b1fca2a03996e81400846f8a00613"