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.1.0/domain-local-await-0.1.0.tbz" 32 checksum: [ 33 "sha256=f024fe65646030010b330bf145e02e412eefaa5f7b838ce03906b9272701469d" 34 "sha512=f29996544b6ecf8355c87b328fc3f94563cd09b3f0557b99906b15df6c7f45785947f476c65efc0529da1c074836f6fbc821065c165bf009fc9e821569053253" 35 ] 36} 37x-commit-hash: "a88ba56ca0bc72039080a72d6276b17ea9c3b0fc"