opam-version: "2.0" authors: ["Simon Cruanes"] maintainer: "simon.cruanes.2007@m4x.org" license: "MIT" synopsis: "Interface to camlzip for tiny_httpd" build: [ ["dune" "build" "@install" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name] {with-doc} ["dune" "runtest" "-p" name] {with-test} ] depends: [ "dune" { >= "2.0" } "camlzip" {>= "1.06"} "tiny_httpd" { = version } "ocaml" { >= "4.04.0" } "odoc" {with-doc} ] tags: [ "http" "thread" "server" "gzip" "camlzip" ] homepage: "https://github.com/c-cube/tiny_httpd/" doc: "https://c-cube.github.io/tiny_httpd/" bug-reports: "https://github.com/c-cube/tiny_httpd/issues" dev-repo: "git+https://github.com/c-cube/tiny_httpd.git" url { src: "https://github.com/c-cube/tiny_httpd/archive/v0.12.tar.gz" checksum: [ "md5=9ceac00dcd214ad562446b81abbf6734" "sha512=99b4d01d4f4d138b122c689b8b3bc5043fc386d6686675311f625bf5fec72c6e1a7513712b00889fe17cd392b8c475440d4f89ee46392aff32ac6ccc39cefe09" ] }