opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/async_rpc_websocket" bug-reports: "https://github.com/janestreet/async_rpc_websocket/issues" dev-repo: "git+https://github.com/janestreet/async_rpc_websocket.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_rpc_websocket/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "async_rpc_kernel" {>= "v0.15" & < "v0.16"} "cohttp_async_websocket" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "cohttp-async" {>= "2.5.6" & < "3.0.0" | >= "5.0.0"} "dune" {>= "2.0.0"} ] synopsis: "Library to serve and dispatch Async RPCs over websockets" description: " Library to serve and dispatch Async RPCs over websockets. Rpc_websocket makes it easy to serve and send Async RPCs with HTTP+Websocket underlying the transport. It also provides a mechanism to share the RPC implementations between a vanilla TCP server and a HTTP server. On the server side, the library detects when a websocket connection is established, and routes to an optionally provided vanilla HTTP handler when non-websocket traffic occurs. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/async_rpc_websocket-v0.15.0.tar.gz" checksum: "sha256=7ddea6f08866bc65bfaa7168103b3dc867c3eac5bcc7196511375af8dc112a0b" }