12 lib.throwIfNot (lib.versionAtLeast ocaml.version "4.14")
13 "zipc is not available for OCaml ${ocaml.version}"
17 pname = "ocaml${ocaml.version}-zipc";
21 url = "https://erratique.ch/software/zipc/releases/zipc-${version}.tbz";
22 hash = "sha256-YQqkCURwrJgFH0+zgfket25zJQ4w+Tcc1mTSrDuWRt0=";
38 inherit (topkg) buildPhase installPhase;
41 description = "ZIP archive and deflate codec for OCaml";
42 homepage = "https://erratique.ch/software/zipc";
43 license = lib.licenses.isc;
44 maintainers = [ lib.maintainers.vbgl ];