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/websocketaf"
bug-reports: "https://github.com/inhabitedtype/websocketaf/issues"
dev-repo: "git+https://github.com/inhabitedtype/websocketaf.git"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "dune"
  "base64"   {>= "3.0.0"}
  "alcotest" {with-test}
  "bigstringaf"
  "angstrom" {>= "0.7.0" & < "0.14.0"}
  "faraday"  {>= "0.5.0"}
  "httpaf"   {<  "0.6.0"}
  "result"
]
synopsis:
  "Websocket implementation for use with http/af"
url {
  src: "https://github.com/inhabitedtype/websocketaf/archive/0.1.0.tar.gz"
  checksum: "md5=8b5c479caa1ff331f3cec917396132c1"
}
