this repo has no description
1opam-version: "2.0"
2synopsis: "A higher-level httpaf-async server interface"
3description:
4 "Exposes a standard request->response server interface, as well as helpers for parsing various standard headers (cookies, accept, etc)."
5maintainer: ["thedufer@gmail.com"]
6authors: ["Aaron Dufour"]
7license: "BSD-3-clause"
8homepage: "https://github.com/thedufer/httpaf_caged"
9bug-reports: "https://github.com/thedufer/httpaf_caged/issues"
10depends: [
11 "dune" {>= "2.6"}
12 "httpaf-async" {>= "0.6.6"}
13 "angstrom" {>= "0.14.1"}
14 "uri" {>= "3.1.0"}
15 "odoc" {with-doc}
16 "async" {>= "v0.13.0"}
17 "core" {>= "v0.13.0"}
18 "ppx_jane" {>= "v0.13.0"}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/thedufer/httpaf_caged.git"
35url {
36 src:
37 "https://github.com/thedufer/httpaf_caged/releases/download/1.0.1/httpaf_caged-1.0.1.tbz"
38 checksum: [
39 "sha256=f3f36a664cebaa727325ef20c3ec10653fd36a48717f54c587e3e4149c853f3e"
40 "sha512=7a7adeaac67c75ccc188657999a72764b1fc32221407709a0b1d539ba7e82dba744f7c40e47510a5eee8d5754907836b7385f4399772128e6add2a356e388dba"
41 ]
42}