opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/async_websocket" bug-reports: "https://github.com/janestreet/async_websocket/issues" dev-repo: "git+https://github.com/janestreet/async_websocket.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_websocket/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "async" {>= "v0.17" & < "v0.18"} "core_kernel" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "cryptokit" {>= "1.16" & < "1.17"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library that implements the websocket protocol on top of Async" description: " This library implements both the server and client side of the websocket protocol. " url { src: "https://github.com/janestreet/async_websocket/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=ddb4eb48a4440b39171a11dcf1dcd9369c4e4a0ababefb330ffe2c0d397b301a" }