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.07.0"} "async" {>= "v0.13" & < "v0.14"} "core_kernel" {>= "v0.13" & < "v0.14"} "ppx_jane" {>= "v0.13" & < "v0.14"} "cryptokit" "dune" {>= "1.5.1"} ] 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/v0.13.1.tar.gz" checksum: [ "sha256=96ad4dc8dec27498651b509d7569ed53779c215e62d3cc7fcc9a7e93e3e112fe" "md5=1e04c3b110456826a05865bba8561496" ] }