this repo has no description
1opam-version: "2.0"
2synopsis: "Generic websocket implementation for OCaml"
3maintainer: "Dorian Peake <dorian@vereia.com>"
4authors: "Dorian Peake <dorian@vereia.com>"
5homepage: "https://github.com/dozzman/ws"
6bug-reports: "https://github.com/dozzman/ws/issues"
7build: [
8 ["dune" "build" "-p" name "-j" jobs]
9]
10tags: [
11 "monad"
12 "io"
13 "interface"
14 "interface-prime"
15 "websocket"
16 "ws"
17]
18depends: [
19 "ocaml" {>= "4.05"}
20 "dune" {>= "1.6.2"}
21 "base64" {>= "2.3.0" & < "3.0.0"}
22 "bitstring" {>= "3.1.0" & < "4.0.0"}
23 "containers" {>= "2.4"}
24 "ppx_deriving" {>= "4.2.1"}
25 "sha" {>= "1.12"}
26 "interface-prime" {>= "0.1"}
27]
28dev-repo: "git+https://github.com/dozzman/ws.git"
29url {
30 src: "https://github.com/dozzman/ws/archive/0.1.tar.gz"
31 checksum: [
32 "md5=c1f9283e0afa9ea2f30d3bf64eb338fa"
33 "sha512=729267d7227084cc3214d36b4cb4d61f150586e61349ceba3bce3dd5cfff2f990ecbd153c07a7fa031f0a3cdca6121a2cb5b1e9be143a04c93dec257f5b78229"
34 ]
35}