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 "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.1/kcas-0.2.1.tbz"
32 checksum: [
33 "sha256=e02fc61a3ea951ba440e5c8cd5b5775cb847910f8787669d721030b9564c40a5"
34 "sha512=3f1862d9ba65caa7878b403b3f6254b68acc211a5daf52d46849fc7b051a5210d46b3b26692280ead427464ab6c41866d8c186861df4ec09a0e6841381651175"
35 ]
36}
37x-commit-hash: "4d8179858c5449e0f4c0309bad547b344d69d3e4"