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.3/decompress-1.5.3.tbz" 29 checksum: [ 30 "sha256=f91e6978beff3fcb61440d32f7c99c99f1e8654b4fb18408741d36035373ac60" 31 "sha512=c3f402404f76075e6f692ea36e701134a5d833824d5d1166365c6c81fb18b309270bf288ce4c118ac44fd0366d9b6eea0a6309255678d8e1bd2bbfa7ba843461" 32 ] 33} 34x-commit-hash: "52ff65a1c234a98d925ceaba8df7f08c1754e8e5"