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]
12remove: [
13 ["ocamlfind" "remove" "zip"]
14 ["ocamlfind" "remove" "camlzip"]
15]
16depends: [
17 "ocaml" {>= "4.02.0" & < "5.0"}
18 "ocamlfind"
19]
20depexts: [
21 ["zlib1g-dev"] {os-family = "debian"}
22 ["zlib-devel"] {os-distribution = "centos"}
23 ["zlib-devel"] {os-distribution = "rhel"}
24 ["zlib-devel"] {os-distribution = "fedora"}
25 ["zlib-dev"] {os-distribution = "alpine"}
26 ["zlib"] {os-distribution = "nixos"}
27]
28install: [make "install-findlib"]
29synopsis:
30 "Provides easy access to compressed files in ZIP, GZIP and JAR format"
31flags: light-uninstall
32url {
33 src: "https://github.com/xavierleroy/camlzip/archive/rel107.zip"
34 checksum: [
35 "sha256=85abb3a8e71bd934ec58c5421fa1b0e866b8be756272ed79b3fa92741a37a7ae"
36 "md5=fb6b251fe6bf129cb25b5fd9f5938514"
37 ]
38}