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.1.7/kcas-0.1.7.tbz" 31 checksum: [ 32 "sha256=54b764b1bc6a1b315832ed2deca899e37ce8a85ff6fa401c5e6dc78b0e4a2f5c" 33 "sha512=3df95687b02998c42f3d9c56120a5fc242945426c99aad58ee808fd7d6a103fa18b185cd5c21cceaf4eecf4583e64cfa6e7472a718703ac14acaa368252e4daa" 34 ] 35} 36x-commit-hash: "44939c1202e58763bdbf71b66368e3b32d51dfbb"