this repo has no description
1opam-version: "2.0"
2maintainer: "Cryptosense <opensource@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/rel110.zip"
22 checksum: "sha256=a5541cbc38c14467a8abcbdcb54c1d2ed12515c1c4c6da0eb3bdafb44aff7996"
23}