this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/websocket"
5bug-reports: "https://github.com/janestreet/websocket/issues"
6dev-repo: "git+https://github.com/janestreet/websocket.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/websocket/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.07.0"}
14 "dune" {>= "1.5.1"}
15]
16synopsis: "A library that implements the websocket protocol on top of Async"
17description: "
18This library implements both the server and client side of
19 the websocket protocol.
20"
21url {
22 src:
23 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/async_websocket-v0.13.0.tar.gz"
24 checksum: [
25 "sha256=01fdd07a9052d772ddb7baa1b162c2368b23bf7bfd01e4f7d67026b33698e8bb"
26 "md5=754df4fbcf767270c84f988812250541"
27 ]
28}