1 { lib, fetchurl, buildDunePackage, ocaml, psq, qcheck-alcotest }:
10 url = "https://github.com/pqwy/lru/releases/download/v${version}/lru-${version}.tbz";
11 hash = "sha256-bL4j0np9WyRPhpwLiBQNR/cPQTpkYu81wACTJdSyNv0=";
14 propagatedBuildInputs = [ psq ];
16 doCheck = lib.versionAtLeast ocaml.version "4.08";
17 checkInputs = [ qcheck-alcotest ];
20 homepage = "https://github.com/pqwy/lru";
21 description = "Scalable LRU caches for OCaml";
22 maintainers = [ lib.maintainers.vbgl ];
23 license = lib.licenses.isc;