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