File tree Expand file tree Collapse file tree 2 files changed +92
-0
lines changed
tiny_httpd_camlzip/tiny_httpd_camlzip.0.19
tiny_httpd/tiny_httpd.0.19 Expand file tree Collapse file tree 2 files changed +92
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Minimal HTTP server using threads"
3+ maintainer: ["c-cube"]
4+ authors: ["c-cube"]
5+ license: "MIT"
6+ tags: [
7+ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver"
8+ ]
9+ homepage: "https://github.com/c-cube/tiny_httpd/"
10+ bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
11+ depends: [
12+ "dune" {>= "3.2"}
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+ ]
25+ depopts: [
26+ "logs"
27+ "magic-mime"
28+ "mtime" {>= "2.0"}
29+ ]
30+ build: [
31+ ["dune" "subst"] {dev}
32+ [
33+ "dune"
34+ "build"
35+ "-p"
36+ name
37+ "-j"
38+ jobs
39+ "@install"
40+ "@runtest" {with-test}
41+ "@doc" {with-doc}
42+ ]
43+ ]
44+ dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"
45+ url {
46+ src:
47+ "https://github.com/c-cube/tiny_httpd/releases/download/v0.19/tiny_httpd-0.19.tbz"
48+ checksum: [
49+ "sha256=55b6eed7d2e41b9b2a282b344e01ca010abdba66cbbbbe5adab18303b9ff8360"
50+ "sha512=98c599627b9cd98f641d389e022f9ddc025bfba838793267904b94a01b0b40b3b4cfd8f5a8d8214aaa947958e45cecbe1df751692a461f929802714d7af50e06"
51+ ]
52+ }
53+ x-commit-hash: "6203e7a4a7ff8ff0c2ea80b78f029057909f30da"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Interface to camlzip for tiny_httpd"
3+ maintainer: ["c-cube"]
4+ authors: ["c-cube"]
5+ license: "MIT"
6+ homepage: "https://github.com/c-cube/tiny_httpd/"
7+ bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
8+ depends: [
9+ "dune" {>= "3.2"}
10+ "tiny_httpd" {= version}
11+ "camlzip" {>= "1.06"}
12+ "iostream-camlzip" {>= "0.2.1"}
13+ "logs" {with-test}
14+ "odoc" {with-doc}
15+ ]
16+ build: [
17+ ["dune" "subst"] {dev}
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"
31+ url {
32+ src:
33+ "https://github.com/c-cube/tiny_httpd/releases/download/v0.19/tiny_httpd-0.19.tbz"
34+ checksum: [
35+ "sha256=55b6eed7d2e41b9b2a282b344e01ca010abdba66cbbbbe5adab18303b9ff8360"
36+ "sha512=98c599627b9cd98f641d389e022f9ddc025bfba838793267904b94a01b0b40b3b4cfd8f5a8d8214aaa947958e45cecbe1df751692a461f929802714d7af50e06"
37+ ]
38+ }
39+ x-commit-hash: "6203e7a4a7ff8ff0c2ea80b78f029057909f30da"
You can’t perform that action at this time.
0 commit comments