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.8/kcas-0.1.8.tbz" 31 checksum: [ 32 "sha256=dd22fe8636b60fc7353a684e91a2293f0330ec13c760ec856a6b09e2a25c8fdb" 33 "sha512=ad1d744d2f6c17c0fe7b523b61abfbd30dfd5f1b3216864f9eaa5a9cbcec07181adc3b2d954cabcfdba9c6db1f23036b6f678e8eb136b794b5c562a490eaab4f" 34 ] 35} 36x-commit-hash: "3290886407f7137dae1256461f332d98c0e73e95"