this repo has no description
1opam-version: "2.0" 2authors: ["Simon Cruanes"] 3maintainer: "simon.cruanes.2007@m4x.org" 4license: "MIT" 5synopsis: "Interface to camlzip for tiny_httpd" 6build: [ 7 ["dune" "build" "@install" "-p" name "-j" jobs] 8 ["dune" "build" "@doc" "-p" name] {with-doc} 9 ["dune" "runtest" "-p" name] {with-test} 10] 11depends: [ 12 "dune" { >= "2.0" } 13 "camlzip" {>= "1.06"} 14 "tiny_httpd" { = version } 15 "ocaml" { >= "4.04.0" } 16 "odoc" {with-doc} 17] 18tags: [ "http" "thread" "server" "gzip" "camlzip" ] 19homepage: "https://github.com/c-cube/tiny_httpd/" 20doc: "https://c-cube.github.io/tiny_httpd/" 21bug-reports: "https://github.com/c-cube/tiny_httpd/issues" 22dev-repo: "git+https://github.com/c-cube/tiny_httpd.git" 23url { 24 src: "https://github.com/c-cube/tiny_httpd/archive/v0.11.tar.gz" 25 checksum: [ 26 "md5=21af1a39fdc4b139eb56d6f7b8c39863" 27 "sha512=07b17c0fdb3ab49e856fe248a0db7d1be974d900822c1b4d28758751ba096c86f24dc72b024ab272c1720370e640ea66f1cab4937b19c47ff66bda7b876ba781" 28 ] 29}