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" {>= "4.14.0"} "async" {= "v0.17~preview.129.11+135"} "core_kernel" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "cryptokit" {>= "1.16" & < "1.17"} "dune" {>= "2.0.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/266e6d336ff674a53ac5498d59a6d02ade600567.tar.gz" checksum: "sha256=599a2c5179b8a2f9cb305460c80e59a4749d1c52bcf2b14367224765841c101b" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]