this repo has no description
1opam-version: "2.0" 2synopsis: "Multi-word compare-and-set 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 "mdx" {>= "1.10.0" & with-test} 12 "odoc" {with-doc} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/ocaml-multicore/kcas.git" 29url { 30 src: 31 "https://github.com/ocaml-multicore/kcas/releases/download/0.2.4/kcas-0.2.4.tbz" 32 checksum: [ 33 "sha256=d6439e29077b578c8d1364275864fc1fdfcfac9652b6e8d6999df9bb06f8af86" 34 "sha512=9876ad34733c902240b5007c9f951cd4dd631b8273820d24b4237389693c7333658d5a3bde40750430df252090c45412605da149a90610907ce0d538b873e682" 35 ] 36} 37x-commit-hash: "0c4b1660241be828aab9aae783d801208e12c6bb"