Skip to content

Commit cd1ed8f

Browse files
authored
Merge pull request ocaml#23720 from polytypic/release-domain-local-await-0.1.0
[new release] domain-local-await (0.1.0)
2 parents 4febefe + 960c776 commit cd1ed8f

File tree

1 file changed

+37
-0
lines changed
  • packages/domain-local-await/domain-local-await.0.1.0

1 file changed

+37
-0
lines changed
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: "A scheduler independent blocking mechanism"
3+
maintainer: ["Vesa Karvonen <[email protected]>"]
4+
authors: ["Vesa Karvonen <[email protected]>"]
5+
license: "0BSD"
6+
homepage: "https://github.com/ocaml-multicore/domain-local-await"
7+
bug-reports: "https://github.com/ocaml-multicore/domain-local-await/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/domain-local-await.git"
29+
url {
30+
src:
31+
"https://github.com/ocaml-multicore/domain-local-await/releases/download/0.1.0/domain-local-await-0.1.0.tbz"
32+
checksum: [
33+
"sha256=f024fe65646030010b330bf145e02e412eefaa5f7b838ce03906b9272701469d"
34+
"sha512=f29996544b6ecf8355c87b328fc3f94563cd09b3f0557b99906b15df6c7f45785947f476c65efc0529da1c074836f6fbc821065c165bf009fc9e821569053253"
35+
]
36+
}
37+
x-commit-hash: "a88ba56ca0bc72039080a72d6276b17ea9c3b0fc"

0 commit comments

Comments
 (0)