10 buildDunePackage rec {
11 minimalOCamlVersion = "4.03";
18 url = "https://github.com/pqwy/psq/releases/download/v${version}/psq-${version}.tbz";
19 hash = "sha256-QgBfUz6r50sXme4yuJBWVM1moivtSvK9Jmso2EYs00Q=";
22 propagatedBuildInputs = [ seq ];
24 doCheck = lib.versionAtLeast ocaml.version "4.08";
25 checkInputs = [ qcheck-alcotest ];
28 description = "Functional Priority Search Queues for OCaml";
29 homepage = "https://github.com/pqwy/psq";
30 maintainers = [ lib.maintainers.vbgl ];
31 license = lib.licenses.isc;