File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "ZIP archive and deflate codec for OCaml"
3+ description: """\
4+ Zipc is an in-memory [ZIP archive] and [deflate] compression
5+ codec. Other compression formats in ZIP archives can be supported by
6+ using third-party libraries.
7+
8+ Zipc has no dependencies and no C code. It is distributed under the
9+ ISC license.
10+
11+ [ZIP archive]: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
12+ [deflate]: https://www.rfc-editor.org/rfc/rfc1951
13+
14+ Homepage: <https://erratique.ch/software/zipc>"""
15+ maintainer: "Daniel Bünzli <daniel.buenzl
[email protected] >"
16+ authors: "The zipc programmers"
17+ license: "ISC"
18+ tags: ["codec" "zip" "deflate" "zlib" "org:erratique"]
19+ homepage: "https://erratique.ch/software/zipc"
20+ doc: "https://erratique.ch/software/zipc/doc"
21+ bug-reports: "https://github.com/dbuenzli/zipc/issues"
22+ depends: [
23+ "ocaml" {>= "4.14.0"}
24+ "ocamlfind" {build}
25+ "ocamlbuild" {build}
26+ "topkg" {build & >= "1.0.3"}
27+ "b0" {dev & with-test}
28+ ]
29+ depopts: ["cmdliner"]
30+ conflicts: [
31+ "cmdliner" {< "1.1.0"}
32+ ]
33+ build: [
34+ "ocaml"
35+ "pkg/pkg.ml"
36+ "build"
37+ "--dev-pkg"
38+ "%{dev}%"
39+ "--with-cmdliner"
40+ "%{cmdliner:installed}%"
41+ ]
42+ dev-repo: "git+https://erratique.ch/repos/zipc.git"
43+ url {
44+ src: "https://erratique.ch/software/zipc/releases/zipc-0.1.0.tbz"
45+ checksum:
46+ "sha512=879a44af411488b618edba2881f4431a2a2e57b9c98aa6aa3df41187742cb86ebd7513693cf7c08560ef686b0148ffd80451602a9e8bada0f4de4caae4c31746"
47+ }
You can’t perform that action at this time.
0 commit comments