this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Software transactional memory based on lock-free multi-word compare-and-set" 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 "ocaml" {>= "5.0"} 12 "domain-local-await" {>= "0.1.0"} 13 "mdx" {>= "1.10.0" & with-test} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/ocaml-multicore/kcas.git" 31url { 32 src: 33 "https://github.com/ocaml-multicore/kcas/releases/download/0.5.1/kcas-0.5.1.tbz" 34 checksum: [ 35 "sha256=741b79a4ff6d7493ddb1112c38fc2d8e136b47511e7b9c5d323b6f733c871ce6" 36 "sha512=c7ef92a36d422f997f14519bae89f2eb2229469a9864389d8386caabf740cb9c149ac00e9aedde0726920a6f63ab86ed26ae04b7fe4a933e97fba2cf24a55c81" 37 ] 38} 39x-commit-hash: "0413e9bc3a37e328cbe119ba4df938d72332ba27"