1 { lib, buildDunePackage, ocaml, fetchurl, alcotest, fmt }:
10 url = "https://github.com/hannesm/gmap/releases/download/${version}/gmap-${version}.tbz";
11 sha256 = "073wa0lrb0jj706j87cwzf1a8d1ff14100mnrjs8z3xc4ri9xp84";
14 minimalOCamlVersion = "4.03";
16 checkInputs = [ alcotest fmt ];
18 doCheck = lib.versionAtLeast ocaml.version "4.08";
21 description = "Heterogenous maps over a GADT";
22 homepage = "https://github.com/hannesm/gmap";
23 license = lib.licenses.isc;
24 maintainers = [ lib.maintainers.vbgl ];