opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Anton Bachin " "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] ] depends: [ "ocaml" {>= "4.03.0"} "faraday-lwt-unix" "httpaf" {>= "0.6.0"} "dune" {>= "1.5.0"} "lwt" {>= "2.4.7"} ] synopsis: "Lwt support for http/af" url { src: "https://github.com/inhabitedtype/httpaf/archive/0.7.0.tar.gz" checksum: [ "sha256=821a49deb9243b432d8236113078d136de2669cbc9f6c5a80ae6fdde2e88b8e5" "md5=d200222727be5adb2fb6482dd68557c3" ] }