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.0/decompress-1.5.0.tbz" 29 checksum: [ 30 "sha256=73183dc1186ab6cf1ca641146f6948f2fae6a69729ec0a1e62943385f9895077" 31 "sha512=31508b4ae16f6850fd86391f4bb3f950bba12ac45398c8ddb1b6e74f6a96f6a150b81377d6fd49146f1f0789c43a761d709d1d73a782d9c0df0d00a3c9663c89" 32 ] 33} 34x-commit-hash: "30d1c93cb875806a784156baf1f7c0f1b2d10d99"