File tree Expand file tree Collapse file tree 2 files changed +74
-0
lines changed
kcas_data/kcas_data.0.2.4 Expand file tree Collapse file tree 2 files changed +74
-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.4/kcas-0.2.4.tbz"
32+ checksum: [
33+ "sha256=d6439e29077b578c8d1364275864fc1fdfcfac9652b6e8d6999df9bb06f8af86"
34+ "sha512=9876ad34733c902240b5007c9f951cd4dd631b8273820d24b4237389693c7333658d5a3bde40750430df252090c45412605da149a90610907ce0d538b873e682"
35+ ]
36+ }
37+ x-commit-hash: "0c4b1660241be828aab9aae783d801208e12c6bb"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Compositional lock-free data structures"
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+ "kcas" {= version}
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.4/kcas-0.2.4.tbz"
32+ checksum: [
33+ "sha256=d6439e29077b578c8d1364275864fc1fdfcfac9652b6e8d6999df9bb06f8af86"
34+ "sha512=9876ad34733c902240b5007c9f951cd4dd631b8273820d24b4237389693c7333658d5a3bde40750430df252090c45412605da149a90610907ce0d538b873e682"
35+ ]
36+ }
37+ x-commit-hash: "0c4b1660241be828aab9aae783d801208e12c6bb"
You can’t perform that action at this time.
0 commit comments