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/rel109.zip" 22 checksum: [ 23 "sha256=bf10f2f025a0ef2a9e22aba8353522ef4eaed15ec2f63392248938e094f6392c" 24 "md5=3f2f65634ca2f06fe4e4e7570318d043" 25 ] 26}