opam-version: "2.0"
maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
license: "BSD-3-Clause"
homepage: "https://github.com/inhabitedtype/faraday"
bug-reports: "https://github.com/inhabitedtype/faraday/issues"
dev-repo: "git+https://github.com/inhabitedtype/faraday.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "jbuilder" {>= "1.0+beta10"}
  "faraday" {>= "0.3.0" & < "0.5.0"}
  "lwt"
]
synopsis: "Faraday - Lwt-specific support"
url {
  src: "https://github.com/inhabitedtype/faraday/archive/0.4.0.tar.gz"
  checksum: "md5=94aed7cb93f143fdf05f5983c2a60091"
}
