-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathrfc1951.opam
27 lines (24 loc) · 931 Bytes
/
rfc1951.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
opam-version: "2.0"
name: "rfc1951"
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" {>= "2.8"}
"decompress" {= version}
"checkseum"
"optint"
"ctypes" {with-test & >= "0.18.0"}
]
x-maintenance-intent: [ "(latest)" ]