Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: zipc.0.2.0 #25105

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
47 changes: 47 additions & 0 deletions packages/zipc/zipc.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
opam-version: "2.0"
synopsis: "ZIP archive and deflate codec for OCaml"
description: """\
Zipc is an in-memory [ZIP archive] and [deflate] compression
codec. Other compression formats in ZIP archives can be supported by
using third-party libraries.

Zipc has no dependencies and no C code. It is distributed under the
ISC license.

[ZIP archive]: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
[deflate]: https://www.rfc-editor.org/rfc/rfc1951

Homepage: <https://erratique.ch/software/zipc>"""
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: "The zipc programmers"
license: "ISC"
tags: ["codec" "zip" "deflate" "zlib" "org:erratique"]
homepage: "https://erratique.ch/software/zipc"
doc: "https://erratique.ch/software/zipc/doc"
bug-reports: "https://github.com/dbuenzli/zipc/issues"
depends: [
"ocaml" {>= "4.14.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
"b0" {dev & with-test}
]
depopts: ["cmdliner"]
conflicts: [
"cmdliner" {< "1.1.0"}
]
build: [
"ocaml"
"pkg/pkg.ml"
"build"
"--dev-pkg"
"%{dev}%"
"--with-cmdliner"
"%{cmdliner:installed}%"
]
dev-repo: "git+https://erratique.ch/repos/zipc.git"
url {
src: "https://erratique.ch/software/zipc/releases/zipc-0.2.0.tbz"
checksum:
"sha512=ac1ff84abdc733e400c4bc3c56f09fe5792c96fc236d254ded97c40b2f2c9b521f34288e6c721a096e5acb0f15c73ec5852b57166985d3f48257b45e8587ab8a"
}