-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
37 lines (34 loc) · 1.27 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
opam-version: "2.0"
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage: "https://github.com/mirage/decompress"
bug-reports: "https://github.com/mirage/decompress/issues"
dev-repo: "git+https://github.com/mirage/decompress.git"
doc: "https://mirage.github.io/decompress/"
license: "MIT"
synopsis: "Implementation of RFC1951 in OCaml"
description: """This package provide an implementation of RFC1951 in OCaml.
We provide a pure non-blocking interface to inflate and deflate data flow.
"""
build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [
"ocaml" {>= "4.07.0"}
"dune"
"base-bytes"
"bigarray-compat"
"optint"
"checkseum" {>= "0.0.3"}
"decompress" {= version}
"camlzip" {with-test}
"re" {with-test & >= "1.7.2"}
"alcotest" {with-test}
]
url {
src:
"https://github.com/mirage/decompress/releases/download/v0.9.1/decompress-v0.9.1.tbz"
checksum: [
"sha256=4e2fe1fc285449c5ab85e42dfe5c2bb1a9dee11c85fc8550405981a79e101814"
"sha512=b1ee40c92cda979bfb36aaa5d920263ccf017262af01596eca86d9dfb2d7796ca082c99e5ad46be5460936733484070168afeaa7e76df337939365f64d7b5502"
]
}