-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathcamlzip.opam
More file actions
23 lines (22 loc) · 813 Bytes
/
Copy pathcamlzip.opam
File metadata and controls
23 lines (22 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
opam-version: "2.0"
version: "1.14"
synopsis:
"Accessing compressed files in ZIP, GZIP and JAR format"
description:
"The Camlzip library provides easy access to compressed files in ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats."
maintainer: ["Xavier Leroy <xavier.leroy@college-de-france.fr>"]
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"
x-maintenance-intent: ["(latest)"]
depends: [
"ocaml" {>= "4.13.0"}
"ocamlfind" {build}
"conf-zlib"
]
build: [
[make "all"]
]
install: [make "install"]