opam-version: "2.0" maintainer: "Etienne Millon " authors: ["Xavier Leroy"] homepage: "https://github.com/xavierleroy/camlzip" bug-reports: "https://github.com/xavierleroy/camlzip/issues" dev-repo: "git+https://github.com/xavierleroy/camlzip.git" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" build: [ [make "all"] [make "allopt"] ] install: [make "install-findlib"] depends: [ "ocaml" {>= "4.02.0" & < "5.0"} "ocamlfind" {build} "conf-zlib" ] synopsis: "Provides easy access to compressed files in ZIP, GZIP and JAR format" url { src: "https://github.com/xavierleroy/camlzip/archive/rel109.zip" checksum: [ "sha256=bf10f2f025a0ef2a9e22aba8353522ef4eaed15ec2f63392248938e094f6392c" "md5=3f2f65634ca2f06fe4e4e7570318d043" ] }