this repo has no description
1opam-version: "2.0" 2synopsis: "Multi-word compare-and-swap library" 3maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 4authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 5license: "ISC" 6homepage: "https://github.com/ocaml-multicore/kcas" 7bug-reports: "https://github.com/ocaml-multicore/kcas/issues" 8depends: [ 9 "dune" {>= "3.3"} 10 "ocaml" {>= "5.0"} 11 "odoc" {with-doc} 12] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "@install" 23 "@runtest" {with-test} 24 "@doc" {with-doc} 25 ] 26] 27dev-repo: "git+https://github.com/ocaml-multicore/kcas.git" 28url { 29 src: 30 "https://github.com/ocaml-multicore/kcas/releases/download/0.2.0/kcas-0.2.0.tbz" 31 checksum: [ 32 "sha256=74c520006058b601fbc9f52fa05a9621881f5cda65f48331779d35c98839d100" 33 "sha512=4823d0d8686d708f463443d3ede9fd7d7be74314d2724a26f336b38a813e0c494e4fd17272701bb72f0b52c4459d575706ac056fb79686ec43b2e64f9fafd3ff" 34 ] 35} 36x-commit-hash: "24dca0d20983bd195ad4ccb4df76ffbb55bce988"