opam-version: "2.0"
synopsis: "A higher-level httpaf-async server interface"
description:
  "Exposes a standard request->response server interface, as well as helpers for parsing various standard headers (cookies, accept, etc)."
maintainer: ["thedufer@gmail.com"]
authors: ["Aaron Dufour"]
license: "BSD-3-clause"
homepage: "https://github.com/thedufer/httpaf_caged"
bug-reports: "https://github.com/thedufer/httpaf_caged/issues"
depends: [
  "httpaf" {>= "0.6.6"}
  "angstrom" {>= "0.14.1"}
  "dune" {>= "2.6"}
  "uri" {>= "3.1.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/thedufer/httpaf_caged.git"
url {
  src:
    "https://github.com/thedufer/httpaf_caged/releases/download/1.0.0/httpaf_caged-1.0.0.tbz"
  checksum: [
    "sha256=903c7f3efe1509fc4bfcc7ec21ce11c22c9a407548f5bf5cd1e7633b64e08875"
    "sha512=0fd99f6b09d47ee8cfff094b18c95c94bcceb2be8bb0e3788e127afe4ee2dd0a6feeb54569d91aa7d1b7b4de945947b7d6202794a010806becda72eefdf636a4"
  ]
}
