14 buildDunePackage rec {
15 pname = "domain-local-timeout";
18 minimalOCamlVersion = "4.12";
21 url = "https://github.com/ocaml-multicore/domain-local-timeout/releases/download/${version}/domain-local-timeout-${version}.tbz";
22 hash = "sha256-6sCqUkOjN8E+7OLUwVQntkv0vrQDkGDV8KNqDhVm0d8=";
25 propagatedBuildInputs = [
31 doCheck = lib.versionAtLeast ocaml.version "5.0";
32 nativeCheckInputs = [ mdx.bin ];
40 homepage = "https://github.com/ocaml-multicore/domain-local-timeout";
41 description = "Scheduler independent timeout mechanism";
42 license = lib.licenses.isc;
43 maintainers = [ lib.maintainers.vbgl ];