this repo has no description
1opam-version: "2.0" 2authors: ["Simon Cruanes"] 3maintainer: "simon.cruanes.2007@m4x.org" 4license: "MIT" 5synopsis: "Minimal HTTP server using good old threads" 6build: [ 7 ["dune" "build" "@install" "-p" name "-j" jobs] 8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 10] 11depends: [ 12 "dune" { >= "2.0" } 13 "base-threads" 14 "result" 15 "seq" 16 "ocaml" { >= "4.05.0" } 17 "odoc" {with-doc} 18 "conf-libcurl" {with-test} 19 "ptime" {with-test} 20 "qcheck-core" {with-test & >= "0.9" } 21 "ptime" {with-test} 22] 23tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ] 24homepage: "https://github.com/c-cube/tiny_httpd/" 25doc: "https://c-cube.github.io/tiny_httpd/" 26bug-reports: "https://github.com/c-cube/tiny_httpd/issues" 27dev-repo: "git+https://github.com/c-cube/tiny_httpd.git" 28post-messages: "tiny http server, with blocking IOs. Also ships with a `http_of_dir` program." 29url { 30 src: 31 "https://github.com/c-cube/tiny_httpd/releases/download/0.14/tiny_httpd-0.14.tbz" 32 checksum: [ 33 "sha256=23feafd49bcb14fd43b7af513ba8d02d53ee07e2ae544195d65082a8fd69c07e" 34 "sha512=64bdc8a5608c923fdfe807dfdb7b43a7b3aadf68f854190d331552cbf12cc43d6cf63d885f07d1d1f8eaa5edf93d96656f68f7d219ac10898d8b3c7d33d1b095" 35 ] 36} 37x-commit-hash: "ac1c1ab502d368c1d6d58010e6629b9369c1dc2f"