opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: [
  "Anil Madhavapeddy"
  "Stefano Zacchiroli"
  "David Sheets"
  "Thomas Gazagnaire"
  "David Scott"
  "Rudi Grinberg"
  "Andy Ray"
]
license: "ISC"
tags: ["org:mirage" "org:xapi-project"]
homepage: "https://github.com/mirage/ocaml-cohttp"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.1.0"}
  "re" {>= "1.7.2"}
  "uri" {>= "1.9.0" & < "2.0.0"}
  "fieldslib" {< "v0.15"}
  "sexplib" {< "v0.15"}
  "ppx_fields_conv" {>= "v0.9.0" & < "v0.15"}
  "ppx_sexp_conv" {>= "v0.9.0" & < "v0.15"}
  "stringext"
  "base64" {>= "2.0.0" & < "3.0.0"}
  "fmt" {with-test}
  "jsonm" {build}
  "alcotest" {with-test}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
url {
  src: "https://github.com/mirage/ocaml-cohttp/archive/v1.1.1.tar.gz"
  checksum: [
    "md5=8ad6bb9dffd346bd88e556fc3cffafae"
    "sha512=a5f7275c22866d24aa8e81687f7bad52e75872d655816b514996335053b5a2de9cc34f68bd077ad4059ff16b6ed3e76c02ef7f7b2e699472e42689643ade89f1"
  ]
}
