File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/domain-local-await/domain-local-await.0.1.0 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: "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"
You can’t perform that action at this time.
0 commit comments