File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Multi-word compare-and-set library"
3+ maintainer: ["KC Sivaramakrishnan <
[email protected] >"]
4+ authors: ["KC Sivaramakrishnan <
[email protected] >"]
5+ license: "ISC"
6+ homepage: "https://github.com/ocaml-multicore/kcas"
7+ bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
8+ depends: [
9+ "dune" {>= "3.3"}
10+ "ocaml" {>= "5.0"}
11+ "mdx" {>= "1.10.0" & with-test}
12+ "odoc" {with-doc}
13+ ]
14+ build: [
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+ ]
28+ dev-repo: "git+https://github.com/ocaml-multicore/kcas.git"
29+ url {
30+ src:
31+ "https://github.com/ocaml-multicore/kcas/releases/download/0.2.2/kcas-0.2.2.tbz"
32+ checksum: [
33+ "sha256=1c04839dd363f23acf8394402d0c967d19e8ee5a3530f8b90fcaff4ce767516c"
34+ "sha512=a89559590aad1f7681a94bf9fe29f87246eeb0197d3c9b20efc7cd416fdda749e4887ab258b82f96542beab0a26eb095ba34b1c3ca2ab70ca153da3201132498"
35+ ]
36+ }
37+ x-commit-hash: "654b4154dcb17472b9344ebb130ab8a7967d4eb7"
You can’t perform that action at this time.
0 commit comments