opam-version: "2.0"
synopsis: "Common HTTP/1.x types"
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
authors: [
  "Spiros Eliopoulos <spiros@inhabitedtype.com>"
  "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
]
license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/httpun"
bug-reports: "https://github.com/anmonteiro/httpun/issues"
depends: [
  "ocaml" {>= "4.08.0"}
  "dune" {>= "3.0.0"}
  "faraday" {>= "0.8.0"}
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
url {
  src:
    "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz"
  checksum: [
    "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c"
    "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b"
  ]
}
x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"
