this repo has no description
1opam-version: "2.0"
2synopsis: "Minimal HTTP server using threads"
3maintainer: ["c-cube"]
4authors: ["c-cube"]
5license: "MIT"
6tags: [
7 "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver"
8]
9homepage: "https://github.com/c-cube/tiny_httpd/"
10bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
11depends: [
12 "dune" {>= "2.9"}
13 "seq"
14 "base-threads"
15 "result"
16 "ocaml" {>= "4.05"}
17 "odoc" {with-doc}
18 "conf-libcurl" {with-test}
19 "ptime" {with-test}
20 "qcheck-core" {>= "0.9" & with-test}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "--promote-install-files=false"
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36 ["dune" "install" "-p" name "--create-install-files" name]
37]
38dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"
39url {
40 src:
41 "https://github.com/c-cube/tiny_httpd/releases/download/v0.15/tiny_httpd-0.15.tbz"
42 checksum: [
43 "sha256=feb311e52fafeccff8399f3c22addc641fed99001d87c63da3472313f9f71930"
44 "sha512=aaa2586b226c86a16cb8e38686644bb4603a8db12bfe4f46b625005b5babf0304a85900574f0b575dd1c3fb63f7e67ac5d6bcceb3f74f3ccff5f776a999e6bfd"
45 ]
46}
47x-commit-hash: "0766f15fe2658a5d82c116192d9b0ee603ee798e"