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: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "jbuilder" {>= "1.0+beta10"} "angstrom-async" {>= "0.9.0"} "faraday-async" "async" {< "v0.14"} "httpaf" {< "0.5.0"} ] synopsis: "http/af - Async-specific support" url { src: "https://github.com/inhabitedtype/httpaf/archive/0.4.1.tar.gz" checksum: [ "sha256=42350cb5f79470fd50afa086acc6bf872f40318331ec8a94445e1bb0fbeb7af9" "md5=16e4ea5850819f4d27ba957bf75955de" ] }