10 buildDunePackage rec {
11 pname = "domain-local-await";
14 minimalOCamlVersion = "5.0";
17 url = "https://github.com/ocaml-multicore/${pname}/releases/download/${version}/${pname}-${version}.tbz";
18 hash = "sha256-KVIRPFPLB+KwVLLchs5yk5Ex2rggfI8xOa2yPmTN+m8=";
21 propagatedBuildInputs = [
38 homepage = "https://github.com/ocaml-multicore/ocaml-${pname}";
39 changelog = "https://github.com/ocaml-multicore/ocaml-${pname}/raw/v${version}/CHANGES.md";
40 description = "A scheduler independent blocking mechanism";
41 license = with lib.licenses; [ isc ];
42 maintainers = with lib.maintainers; [ toastal ];