this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/mirage/decompress"
5bug-reports: "https://github.com/mirage/decompress/issues"
6dev-repo: "git+https://github.com/mirage/decompress.git"
7doc: "https://mirage.github.io/decompress/"
8license: "MIT"
9synopsis: "Implementation of RFC1951 in OCaml"
10description: """This package provide an implementation of RFC1951 in OCaml.
11
12We provide a pure non-blocking interface to inflate and deflate data flow.
13"""
14
15build: [ "dune" "build" "-p" name "-j" jobs ]
16run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
17
18depends: [
19 "ocaml" {>= "4.07.0"}
20 "dune" {>= "2.8"}
21 "decompress" {= version}
22 "checkseum"
23 "optint"
24 "ctypes" {with-test & >= "0.18.0"}
25]
26url {
27 src:
28 "https://github.com/mirage/decompress/releases/download/v1.5.1/decompress-1.5.1.tbz"
29 checksum: [
30 "sha256=cbf395a23171864b09410befb52dfc485ed99cc110840b700decb4212c32a4fe"
31 "sha512=a96b74d3f8f4d7b110bea94988ba897dab8c63f50751bffa498ad5fc2a7fc806b7fc20b90926394b9780f5c2ac93e9a6c7447c7b38366e43b3f5afff3dc4dcc8"
32 ]
33}
34x-commit-hash: "fbc17adb4290cbe12ce2fbefb63834b004c43053"