opam-version: "2.0" synopsis: "Interface to camlzip for tiny_httpd" maintainer: ["c-cube"] authors: ["c-cube"] license: "MIT" homepage: "https://github.com/c-cube/tiny_httpd/" bug-reports: "https://github.com/c-cube/tiny_httpd/issues" depends: [ "dune" {>= "2.9"} "tiny_httpd" {= version} "camlzip" {>= "1.06"} "iostream-camlzip" {>= "0.2.1"} "logs" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/c-cube/tiny_httpd.git" url { src: "https://github.com/c-cube/tiny_httpd/releases/download/v0.17.0/tiny_httpd-0.17.0.tbz" checksum: [ "sha256=67c636f1bbaf93da0cb0a12cb44803299892caf51e637815c753f0af6f4e7b7e" "sha512=c254415a69df5a1bec255a223dbc2d10370b2f533da0b14ff458545da7aa5e4a634972272e7eef64425b6360494d6b3446761c03b49fd7558765cbfefae2178b" ] } x-commit-hash: "9eb3cbfc70d112d09eccada835667b76d1f758f6"