opam-version: "2.0"
synopsis: "HTTP/1.1 client library like Python requests"
maintainer: ["Roddy MacSween <github@roddymacsween.co.uk>"]
authors: ["Roddy MacSween <github@roddymacsween.co.uk>"]
license: "MIT"
homepage: "https://github.com/roddyyaga/quests"
doc: "https://roddyyaga.github.io/quests/quests/index.html"
bug-reports: "https://github.com/roddyyaga/quests/issues"
depends: [
  "ocaml" {>= "4.06"}
  "dune" {>= "2.0"}
  "ssl"
  "lwt_ssl"
  "tls"
  "lwt"
  "cohttp"
  "cohttp-lwt-unix"
  "yojson"
  "ppx_yojson"
  "ppx_deriving"
  "lwt_ppx"
  "ezgzip"
  "alcotest" {with-test}
  "alcotest-lwt" {with-test}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/roddyyaga/quests.git"
url {
  src: "https://github.com/roddyyaga/quests/archive/0.1.3.tar.gz"
  checksum: [
    "md5=83070e5cd344642dd47cc993308d1dc3"
    "sha512=9875953bf4cacd701b6af39af357b804007152cba6a069d62f200faf26b966674d601c45de9322415e2cd8f414233a40a5618ce6503750652b4d6f02b398579f"
  ]
}
