1 { lib, buildDunePackage, fetchurl
13 url = "https://github.com/backtracking/ptmap/releases/download/${version}/ptmap-${version}.tbz";
14 sha256 = "1apk61fc1y1g7x3m3c91fnskvxp6i0vk5nxwvipj56k7x2pzilgb";
17 buildInputs = [ stdlib-shims ];
18 propagatedBuildInputs = [ seq ];
23 homepage = "https://www.lri.fr/~filliatr/software.en.html";
24 description = "Maps over integers implemented as Patricia trees";
25 license = lib.licenses.lgpl21;
26 maintainers = with lib.maintainers; [ ];