opam-version: "2.0" synopsis: "A scheduler independent blocking mechanism" description: "A low level mechanism intended for writing higher level libraries that need to block in a scheduler friendly manner." maintainer: ["Vesa Karvonen "] authors: ["Vesa Karvonen "] license: "ISC" homepage: "https://github.com/ocaml-multicore/domain-local-await" bug-reports: "https://github.com/ocaml-multicore/domain-local-await/issues" depends: [ "dune" {>= "3.3"} "ocaml" {>= "4.12.0"} "thread-table" {>= "1.0.0"} "alcotest" {>= "1.7.0" & with-test} "mdx" {>= "1.10.0" & with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocaml-multicore/domain-local-await.git" url { src: "https://github.com/ocaml-multicore/domain-local-await/releases/download/1.0.0/domain-local-await-1.0.0.tbz" checksum: [ "sha256=2a28d683489349da9bc245dde4aaf7ffde2eac39bc405498da53261a352ec46a" "sha512=dba7f1d3053f711f3d4887acbc8f30abd5b26c379321aa2247b3162919bae4b28e8de8b687f815c478cfbb58ee438597a94968cfe10e7f0a0a1aaad88cfeb13c" ] } x-commit-hash: "c0bc225ec413eb783424bfc941ed31af9b1cbdff"