File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
packages/domain-local-await/domain-local-await.0.2.1 Expand file tree Collapse file tree 1 file changed +39
-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" {>= "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+ ]
16+ build: [
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+ ]
30+ dev-repo: "git+https://github.com/ocaml-multicore/domain-local-await.git"
31+ url {
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+ }
39+ x-commit-hash: "042dc337990f18d450421aa389a727dc20cb6c28"
You can’t perform that action at this time.
0 commit comments