Skip to content

Commit d4e3f97

Browse files
authored
Merge pull request ocaml#23642 from polytypic/release-kcas-0.2.4
[new release] kcas_data and kcas (0.2.4)
2 parents 33d6032 + 3a657f8 commit d4e3f97

File tree

2 files changed

+74
-0
lines changed
  • packages
    • kcas_data/kcas_data.0.2.4
    • kcas/kcas.0.2.4

2 files changed

+74
-0
lines changed

packages/kcas/kcas.0.2.4/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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"

0 commit comments

Comments
 (0)