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] {with-doc}
9 ["dune" "runtest" "-p" name] {with-test}
10]
11depends: [
12 "dune" { >= "1.1" }
13 "base-threads"
14 "ocaml" { >= "4.03.0" }
15 "odoc" {with-doc}
16]
17tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ]
18homepage: "https://github.com/c-cube/tiny_httpd/"
19doc: "https://c-cube.github.io/tiny_httpd/"
20bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
21dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"
22post-messages: "tiny http server, with blocking IOs. Also ships with a `http_of_dir` program."
23url {
24 src: "https://github.com/c-cube/tiny_httpd/archive/0.2.tar.gz"
25 checksum: [
26 "md5=cde7a9b5fef8917720ff1872211c69df"
27 "sha512=c989da0f165e8a1f3f9da818534568a546e285be825b21e85bf40f168f852fa21f751147e31acf0d5090437467c5797ec6f64fab5748918aa1fe32c512b23b11"
28 ]
29}