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"] ] remove: [ ["ocamlfind" "remove" "zip"] ["ocamlfind" "remove" "camlzip"] ] depends: [ "ocaml" {>= "4.02.0" & < "5.0"} "ocamlfind" ] depexts: [ ["zlib1g-dev"] {os-family = "debian"} ["zlib-devel"] {os-distribution = "centos"} ["zlib-devel"] {os-distribution = "rhel"} ["zlib-devel"] {os-distribution = "fedora"} ["zlib-dev"] {os-distribution = "alpine"} ["zlib"] {os-distribution = "nixos"} ] install: [make "install-findlib"] synopsis: "Provides easy access to compressed files in ZIP, GZIP and JAR format" flags: light-uninstall url { src: "https://github.com/xavierleroy/camlzip/archive/rel107.zip" checksum: [ "sha256=85abb3a8e71bd934ec58c5421fa1b0e866b8be756272ed79b3fa92741a37a7ae" "md5=fb6b251fe6bf129cb25b5fd9f5938514" ] }