this repo has no description
1opam-version: "2.0" 2synopsis: "A scheduler independent blocking mechanism" 3description: 4 "A low level mechanism intended for writing higher level libraries that need to block in a scheduler friendly manner." 5maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 6authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 7license: "ISC" 8homepage: "https://github.com/ocaml-multicore/domain-local-await" 9bug-reports: "https://github.com/ocaml-multicore/domain-local-await/issues" 10depends: [ 11 "dune" {>= "3.8"} 12 "ocaml" {>= "4.12.0"} 13 "thread-table" {>= "1.0.0"} 14 "alcotest" {>= "1.7.0" & with-test} 15 "mdx" {>= "2.3.0" & with-test} 16 "ocaml-version" {>= "3.6.1" & with-test} 17 "domain_shims" {>= "0.1.0" & with-test} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test & os != "macos"} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/ocaml-multicore/domain-local-await.git" 35url { 36 src: 37 "https://github.com/ocaml-multicore/domain-local-await/releases/download/1.0.1/domain-local-await-1.0.1.tbz" 38 checksum: [ 39 "sha256=2952113c53cb07e2b054b2dc86ce72939131dab8207c8f3139adb23e64cdfa6f" 40 "sha512=6f9805fc032f8afcfba2b0df11b48482c6af14d63f825b09e49e31f9cfc1b196c74981a5b4682ca862e300f9a931b16c6396bd7921513add586df98ba9958ec5" 41 ] 42} 43x-commit-hash: "2028ac338517b91fa93072486d03769d56b3f4df"