Skip to content

Commit c28e26f

Browse files
authored
Merge pull request ocaml#23529 from polytypic/release-kcas-0.2.2
[new release] kcas (0.2.2)
2 parents b43a0a9 + add94a1 commit c28e26f

File tree

1 file changed

+37
-0
lines changed
  • packages/kcas/kcas.0.2.2

1 file changed

+37
-0
lines changed

packages/kcas/kcas.0.2.2/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.2/kcas-0.2.2.tbz"
32+
checksum: [
33+
"sha256=1c04839dd363f23acf8394402d0c967d19e8ee5a3530f8b90fcaff4ce767516c"
34+
"sha512=a89559590aad1f7681a94bf9fe29f87246eeb0197d3c9b20efc7cd416fdda749e4887ab258b82f96542beab0a26eb095ba34b1c3ca2ab70ca153da3201132498"
35+
]
36+
}
37+
x-commit-hash: "654b4154dcb17472b9344ebb130ab8a7967d4eb7"

0 commit comments

Comments
 (0)