opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " ] 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"] {dev} ["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: [ "sha256=abec412e2844aa2514aa3d7650212488f394b7037e97389ee6b2f033ab5c6a7c" "md5=8b5c479caa1ff331f3cec917396132c1" ] }