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" {>= "4.08.0"} "async" {>= "v0.15" & < "v0.16"} "async_ssl" {>= "v0.15" & < "v0.16"} "async_websocket" {>= "v0.15" & < "v0.16"} "core" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "base64" {>= "3.4.0"} "cohttp" {>= "2.5.6" & < "6.0.0~"} "cohttp-async" {>= "2.5.6" & < "3.0.0" | >= "5.0.0" & < "6.0.0~"} "dune" {>= "2.0.0"} "uri-sexp" {>= "3.0.0"} ] 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://ocaml.janestreet.com/ocaml-core/v0.15/files/cohttp_async_websocket-v0.15.0.tar.gz" checksum: "sha256=29fd269020b073f5bfa825172a104ab6f528a1351f3d69448a7447c565993ab4" }