1 { lib, buildDunePackage, fetchurl, stdlib-shims }:
8 url = "https://github.com/backtracking/${pname}/releases/download/${version}/${pname}-${version}.tbz";
9 sha256 = "0dpnpla20lgiicrxl2432m2fcr6y68msw3pnjxqb11xw6yrdfhsz";
20 description = "OCaml binary heap implementation by Jean-Christophe Filliatre";
21 license = licenses.lgpl21Only;
22 maintainers = [ maintainers.sternenseemann ];
23 homepage = "https://github.com/backtracking/bheap";