this repo has no description
1opam-version: "2.0" 2maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>" 3authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ] 4license: "BSD-3-Clause" 5homepage: "https://github.com/inhabitedtype/websocketaf" 6bug-reports: "https://github.com/inhabitedtype/websocketaf/issues" 7dev-repo: "git+https://github.com/inhabitedtype/websocketaf.git" 8build: [ 9 ["dune" "subst"] {dev} 10 ["dune" "build" "-p" name "-j" jobs] 11 ["dune" "runtest" "-p" name] {with-test} 12] 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "dune" 16 "base64" {>= "3.0.0"} 17 "alcotest" {with-test} 18 "bigstringaf" 19 "angstrom" {>= "0.7.0" & < "0.14.0"} 20 "faraday" {>= "0.5.0"} 21 "httpaf" {< "0.6.0"} 22 "result" 23] 24synopsis: 25 "Websocket implementation for use with http/af" 26url { 27 src: "https://github.com/inhabitedtype/websocketaf/archive/0.1.0.tar.gz" 28 checksum: [ 29 "sha256=abec412e2844aa2514aa3d7650212488f394b7037e97389ee6b2f033ab5c6a7c" 30 "md5=8b5c479caa1ff331f3cec917396132c1" 31 ] 32}