opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/cohttp_async_websocket" bug-reports: "https://github.com/janestreet/cohttp_async_websocket/issues" dev-repo: "git+https://github.com/janestreet/cohttp_async_websocket.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/cohttp_async_websocket/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "async" {>= "v0.17" & < "v0.18"} "async_ssl" {>= "v0.17" & < "v0.18"} "async_websocket" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "base64" {>= "3.4.0"} "cohttp" {>= "2.5.6"} "cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"} "dune" {>= "3.11.0"} "uri-sexp" {>= "3.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Websocket library for use with cohttp and async" description: " Websocket library for use with cohttp and async. Cohttp_async_websocket is a full-featured server-side websocket implementation, using Async as the concurrency library, and Cohttp for HTTP negotiation. It implements a large portion of RFC6445. The library has been hardened with many applications using it for several year, in conjunction with async-js and google-chrome. " url { src: "https://github.com/janestreet/cohttp_async_websocket/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=4cfb43afd17e67a10c901bc6f63a1fec1b12a210ca3240ddcd0ec3cc8026e030" }