this repo has no description
1opam-version: "2.0"
2synopsis: "A scheduler independent blocking mechanism"
3maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
4authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
5license: "0BSD"
6homepage: "https://github.com/ocaml-multicore/domain-local-await"
7bug-reports: "https://github.com/ocaml-multicore/domain-local-await/issues"
8depends: [
9 "dune" {>= "3.3"}
10 "ocaml" {>= "4.12.0"}
11 "thread-table" {>= "0.1.0"}
12 "alcotest" {>= "1.7.0" & with-test}
13 "mdx" {>= "1.10.0" & with-test}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/ocaml-multicore/domain-local-await.git"
31url {
32 src:
33 "https://github.com/ocaml-multicore/domain-local-await/releases/download/0.2.1/domain-local-await-0.2.1.tbz"
34 checksum: [
35 "sha256=2d0c6c855a64f449ced9a7465c16a617c1f0f0255303327b5b8c8a2244a62e6e"
36 "sha512=dfaec111a519125dfcef6afb1eef5f08b0699ebafc2f90edd9312a418297840abc47a2d81bfaecb0b3a5cb0c56b5683d4e7b9249d0dc1dda3c6316308ad94e67"
37 ]
38}
39x-commit-hash: "042dc337990f18d450421aa389a727dc20cb6c28"