···
2
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4
+
homepage: "https://github.com/mirage/decompress"
5
+
bug-reports: "https://github.com/mirage/decompress/issues"
6
+
dev-repo: "git+https://github.com/mirage/decompress.git"
7
+
doc: "https://mirage.github.io/decompress/"
9
+
synopsis: "Implementation of Zlib and GZip in OCaml"
10
+
description: """Decompress is an implementation of Zlib and GZip in OCaml
12
+
It provides a pure non-blocking interface to inflate and deflate data flow.
15
+
build: [ "dune" "build" "-p" name "-j" jobs ]
16
+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
19
+
"ocaml" {>= "4.07.0"}
21
+
"cmdliner" {>= "1.1.0"}
22
+
"optint" {>= "0.1.0"}
23
+
"checkseum" {>= "0.2.0"}
24
+
"bigstringaf" {with-test & >= "0.9.0"}
25
+
"alcotest" {with-test & >= "1.7.0"}
26
+
"fmt" {with-test & >= "0.8.7"}
27
+
"camlzip" {>= "1.10" & with-test}
28
+
"base64" {>= "3.0.0" & with-test}
29
+
"crowbar" {with-test & >= "0.2"}
30
+
"rresult" {with-test}
31
+
"bos" {with-test & >= "0.2.1"}
32
+
"astring" {with-test & >= "0.8.5"}
36
+
"https://github.com/mirage/decompress/releases/download/v1.5.3/decompress-1.5.3.tbz"
38
+
"sha256=f91e6978beff3fcb61440d32f7c99c99f1e8654b4fb18408741d36035373ac60"
39
+
"sha512=c3f402404f76075e6f692ea36e701134a5d833824d5d1166365c6c81fb18b309270bf288ce4c118ac44fd0366d9b6eea0a6309255678d8e1bd2bbfa7ba843461"
42
+
x-commit-hash: "52ff65a1c234a98d925ceaba8df7f08c1754e8e5"