10 buildDunePackage rec {
17 url = "https://github.com/pqwy/lru/releases/download/v${version}/lru-${version}.tbz";
18 hash = "sha256-bL4j0np9WyRPhpwLiBQNR/cPQTpkYu81wACTJdSyNv0=";
21 propagatedBuildInputs = [ psq ];
23 doCheck = lib.versionAtLeast ocaml.version "4.08";
24 checkInputs = [ qcheck-alcotest ];
27 homepage = "https://github.com/pqwy/lru";
28 description = "Scalable LRU caches for OCaml";
29 maintainers = [ lib.maintainers.vbgl ];
30 license = lib.licenses.isc;