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 "hmap"
17 "iostream" {>= "0.2"}
18 "ocaml" {>= "4.08"}
19 "odoc" {with-doc}
20 "logs" {with-test}
21 "conf-libcurl" {with-test}
22 "ptime" {with-test}
23 "qcheck-core" {>= "0.9" & with-test}
24]
25depopts: [
26 "logs"
27 "magic-mime"
28 "mtime" {>= "2.0"}
29]
30build: [
31 ["dune" "subst"] {dev}
32 [
33 "dune"
34 "build"
35 "-p"
36 name
37 "-j"
38 jobs
39 "--promote-install-files=false"
40 "@install"
41 "@runtest" {with-test}
42 "@doc" {with-doc}
43 ]
44 ["dune" "install" "-p" name "--create-install-files" name]
45]
46dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"
47url {
48 src:
49 "https://github.com/c-cube/tiny_httpd/releases/download/v0.17.0/tiny_httpd-0.17.0.tbz"
50 checksum: [
51 "sha256=67c636f1bbaf93da0cb0a12cb44803299892caf51e637815c753f0af6f4e7b7e"
52 "sha512=c254415a69df5a1bec255a223dbc2d10370b2f533da0b14ff458545da7aa5e4a634972272e7eef64425b6360494d6b3446761c03b49fd7558765cbfefae2178b"
53 ]
54}
55x-commit-hash: "9eb3cbfc70d112d09eccada835667b76d1f758f6"