this repo has no description
1opam-version: "2.0"
2synopsis: "Interface to camlzip for tiny_httpd"
3maintainer: ["c-cube"]
4authors: ["c-cube"]
5license: "MIT"
6homepage: "https://github.com/c-cube/tiny_httpd/"
7bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
8depends: [
9 "dune" {>= "2.9"}
10 "tiny_httpd" {= version}
11 "camlzip" {>= "1.06"}
12 "iostream-camlzip" {>= "0.2.1"}
13 "logs" {with-test}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "--promote-install-files=false"
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30 ["dune" "install" "-p" name "--create-install-files" name]
31]
32dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"
33url {
34 src:
35 "https://github.com/c-cube/tiny_httpd/releases/download/v0.17.0/tiny_httpd-0.17.0.tbz"
36 checksum: [
37 "sha256=67c636f1bbaf93da0cb0a12cb44803299892caf51e637815c753f0af6f4e7b7e"
38 "sha512=c254415a69df5a1bec255a223dbc2d10370b2f533da0b14ff458545da7aa5e4a634972272e7eef64425b6360494d6b3446761c03b49fd7558765cbfefae2178b"
39 ]
40}
41x-commit-hash: "9eb3cbfc70d112d09eccada835667b76d1f758f6"