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 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "--promote-install-files=false"
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28 ["dune" "install" "-p" name "--create-install-files" name]
29]
30dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"
31url {
32 src:
33 "https://github.com/c-cube/tiny_httpd/releases/download/v0.15/tiny_httpd-0.15.tbz"
34 checksum: [
35 "sha256=feb311e52fafeccff8399f3c22addc641fed99001d87c63da3472313f9f71930"
36 "sha512=aaa2586b226c86a16cb8e38686644bb4603a8db12bfe4f46b625005b5babf0304a85900574f0b575dd1c3fb63f7e67ac5d6bcceb3f74f3ccff5f776a999e6bfd"
37 ]
38}
39x-commit-hash: "0766f15fe2658a5d82c116192d9b0ee603ee798e"