1 { lib, buildDunePackage, ocaml, fetchurl
2 , mtime, psq, thread-table
8 pname = "domain-local-timeout";
11 minimalOCamlVersion = "4.12";
14 url = "https://github.com/ocaml-multicore/domain-local-timeout/releases/download/${version}/domain-local-timeout-${version}.tbz";
15 hash = "sha256-6sCqUkOjN8E+7OLUwVQntkv0vrQDkGDV8KNqDhVm0d8=";
18 propagatedBuildInputs = [ mtime psq thread-table ];
20 doCheck = lib.versionAtLeast ocaml.version "5.0";
21 nativeCheckInputs = [ mdx.bin ];
22 checkInputs = [ alcotest domain-local-await mdx ];
25 homepage = "https://github.com/ocaml-multicore/domain-local-timeout";
26 description = "A scheduler independent timeout mechanism";
27 license = lib.licenses.isc;
28 maintainers = [ lib.maintainers.vbgl ];