opam-version: "2.0" synopsis: "ZIP archive and deflate codec for OCaml" description: """\ Zipc is an in-memory [ZIP archive] and [deflate] compression codec. Other compression formats in ZIP archives can be supported by using third-party libraries. Zipc has no dependencies and no C code. It is distributed under the ISC license. [ZIP archive]: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT [deflate]: https://www.rfc-editor.org/rfc/rfc1951 Homepage: """ maintainer: "Daniel Bünzli " authors: "The zipc programmers" license: "ISC" tags: ["codec" "zip" "deflate" "zlib" "org:erratique"] homepage: "https://erratique.ch/software/zipc" doc: "https://erratique.ch/software/zipc/doc" bug-reports: "https://github.com/dbuenzli/zipc/issues" depends: [ "ocaml" {>= "4.14.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "1.0.3"} "b0" {dev & with-test} ] depopts: ["cmdliner"] conflicts: [ "cmdliner" {< "1.1.0"} ] build: [ "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%" "--with-cmdliner" "%{cmdliner:installed}%" ] dev-repo: "git+https://erratique.ch/repos/zipc.git" url { src: "https://erratique.ch/software/zipc/releases/zipc-0.2.0.tbz" checksum: "sha512=ac1ff84abdc733e400c4bc3c56f09fe5792c96fc236d254ded97c40b2f2c9b521f34288e6c721a096e5acb0f15c73ec5852b57166985d3f48257b45e8587ab8a" } x-maintenance-intent: ["(latest)"]