11 buildDunePackage rec {
12 pname = "domain-local-await";
15 minimalOCamlVersion = "5.0";
18 url = "https://github.com/ocaml-multicore/${pname}/releases/download/${version}/${pname}-${version}.tbz";
19 hash = "sha256-KVIRPFPLB+KwVLLchs5yk5Ex2rggfI8xOa2yPmTN+m8=";
22 propagatedBuildInputs = [
26 __darwinAllowLocalNetworking = true;
40 homepage = "https://github.com/ocaml-multicore/ocaml-${pname}";
41 changelog = "https://github.com/ocaml-multicore/ocaml-${pname}/raw/v${version}/CHANGES.md";
42 description = "Scheduler independent blocking mechanism";
43 license = with lib.licenses; [ isc ];
44 maintainers = with lib.maintainers; [ toastal ];