this repo has no description
1opam-version: "2.0" 2maintainer: "Etienne Millon <etienne@cryptosense.com>" 3authors: ["Xavier Leroy"] 4homepage: "https://github.com/xavierleroy/camlzip" 5bug-reports: "https://github.com/xavierleroy/camlzip/issues" 6dev-repo: "git+https://github.com/xavierleroy/camlzip.git" 7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8build: [ 9 [make "all"] 10 [make "allopt"] 11] 12install: [make "install-findlib"] 13depends: [ 14 "ocaml" {>= "4.02.0" & < "5.0"} 15 "ocamlfind" {build} 16 "conf-zlib" 17] 18synopsis: 19 "Provides easy access to compressed files in ZIP, GZIP and JAR format" 20url { 21 src: "https://github.com/xavierleroy/camlzip/archive/rel108.zip" 22 checksum: [ 23 "sha256=6afd1b0a0d9ebce8617256a65fe3c0c8a14537dec7539e4432d52bfdbf35e9cc" 24 "md5=b04d7b9b73226ad23d84ec5a381fb3e5" 25 ] 26}