opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " ] 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] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name] {with-test} ] depends: [ "ocaml" {>= "4.02.0"} "jbuilder" {>= "1.0+beta10"} "faraday-lwt" "lwt" {>= "2.7.0"} "base-unix" ] synopsis: "Faraday - Lwt- and Unix-specific support" url { src: "https://github.com/inhabitedtype/faraday/archive/0.6.1.tar.gz" checksum: [ "sha256=c5efe935ac37067e78e1ad4fe3a8d7fe60942c983cde51ffc5ec6124fafc071a" "md5=92cff6138decd9d8ff05d4cb14688c04" ] }