this repo has no description

Merge pull request #25937 from madroach/master

Add: zlib.0.7

Changed files
+32
packages
zlib
zlib.0.8
+32
packages/zlib/zlib.0.8/opam
···
+
opam-version: "2.0"
+
maintainer: "Christopher Zimmermann <christopher@gmerlin.de>"
+
authors: "Christopher Zimmermann <christopher@gmerlin.de>"
+
homepage: "https://github.com/madroach/ocaml-zlib"
+
dev-repo: "git+https://github.com/madroach/ocaml-zlib.git"
+
bug-reports: "https://github.com/madroach/ocaml-zlib/issues"
+
license: "ISC"
+
build: [
+
["dune" "build" "-p" name]
+
["dune" "build" "@doc" "-p" name] {with-doc}
+
["dune" "runtest" "-p" name] {ocaml:version >= "4.06" & with-test}
+
]
+
depends: [
+
"ocaml"
+
"dune" {>= "1.1"}
+
"base-bigarray"
+
"conf-zlib"
+
"odoc" {with-doc}
+
]
+
synopsis: "Bindings to the zlib compression library"
+
description: """
+
providing deflate compression with or without zlib or gzip headers.
+
+
This library uses bigarrays as buffers and can therefore release the OCaml
+
runtime during (de)compression, allowing other OCaml threads to continue."""
+
url {
+
src: "https://github.com/madroach/ocaml-zlib/archive/0.8.tar.gz"
+
checksum: [
+
"sha256=fe1c1ef005a40e3bd70cc2b3e64c716ca85a30cc1062fbc7543de5a1d5d9b42f"
+
"sha512=9e03b4cb87a8eb4418a61cc7b84001ea3f353450b72eed5e77833d1253d3ee9706f817ae32898c5a6249a1fb0585c64d63319095fe150d59cb93611d353f55ab"
+
]
+
}