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.14" & < "v0.15"} "core_kernel" {>= "v0.14" & < "v0.15"} "ppx_jane" {>= "v0.14" & < "v0.15"} "cryptokit" "dune" {>= "2.0.0"} ] 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://ocaml.janestreet.com/ocaml-core/v0.14/files/async_websocket-v0.14.0.tar.gz" checksum: [ "sha256=f04e3767b0d8cdf75ef9937836efb9b9c20b4f7189eb2c0f78ce7b5e9a03c3e0" "md5=65a4856fcbd30a28c1eb08b3dc5aa4e9" ] }