opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " ] license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/httpaf" bug-reports: "https://github.com/inhabitedtype/httpaf/issues" dev-repo: "git+https://github.com/inhabitedtype/httpaf.git" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.5.0"} "faraday-async" "async" {< "v0.14"} "httpaf" {>= "0.6.0"} ] synopsis: "Async support for http/af" url { src: "https://github.com/inhabitedtype/httpaf/archive/0.7.1.tar.gz" checksum: [ "sha256=ea2e97f4e2a4b03931be232113f503b2fb402e1726a57f6d2b0cd6091ced6aa5" "md5=8c8b199d0553f02fb361cf52c57c0412" ] }