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" {>= "5.0"} 11 "mdx" {>= "1.10.0" & with-test} 12 "odoc" {with-doc} 13] 14build: [ 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] 28dev-repo: "git+https://github.com/ocaml-multicore/domain-local-await.git" 29url { 30 src: 31 "https://github.com/ocaml-multicore/domain-local-await/releases/download/0.2.0/domain-local-await-0.2.0.tbz" 32 checksum: [ 33 "sha256=d83089b08de718fb5b5e753c8d1bf347588d02436e7a4572e0b89dd6a9c75c3a" 34 "sha512=3266dafda9b0d9b212edfc55d208eac980649f5474b09125acb688b4e31f850e90b02e0c4a7a2de93260d54cf40053bc8f87be1e76c897691ba5105ec1e685bb" 35 ] 36} 37x-commit-hash: "cd73c143d79d662aeb954dbf0b1dff26ca58db61"