10 buildDunePackage rec {
17 url = "https://github.com/hannesm/gmap/releases/download/${version}/gmap-${version}.tbz";
18 sha256 = "073wa0lrb0jj706j87cwzf1a8d1ff14100mnrjs8z3xc4ri9xp84";
21 minimalOCamlVersion = "4.03";
28 doCheck = lib.versionAtLeast ocaml.version "4.08";
31 description = "Heterogenous maps over a GADT";
32 homepage = "https://github.com/hannesm/gmap";
33 license = lib.licenses.isc;
34 maintainers = [ lib.maintainers.vbgl ];