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 "bigarray-compat" 23 "checkseum" {>= "0.2.0"} 24 "optint" {>= "0.0.4"} 25 "ctypes" {with-test & >= "0.18.0"} 26] 27x-commit-hash: "78635883950afd9c1b0b84977fda07301a07679a" 28url { 29 src: 30 "https://github.com/mirage/decompress/releases/download/v1.3.0/decompress-v1.3.0.tbz" 31 checksum: [ 32 "sha256=de149896939be13fedec46a4581121d5ab74850a2241d08e6aa8ae4bb18c52c4" 33 "sha512=324b4c2daef6ddaae2d28edcdadec8e29ebcc408eed2fed3fe4a3cb298cd78864d9ac939ae794c6ff8d9f5233a7cfa6feee62aa683ed3eb73f53ab8ea74cbffb" 34 ] 35}