opam-version: "2.0"
synopsis: "Generic websocket implementation for OCaml"
maintainer: "Dorian Peake <dorian@vereia.com>"
authors: "Dorian Peake <dorian@vereia.com>"
homepage: "https://github.com/dozzman/ws"
bug-reports: "https://github.com/dozzman/ws/issues"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
tags: [
  "monad"
  "io"
  "interface"
  "interface-prime"
  "websocket"
  "ws"
]
depends: [
  "ocaml" {>= "4.05"}
  "dune" {>= "1.6.2"}
  "base64" {>= "2.3.0" & < "3.0.0"}
  "bitstring" {>= "3.1.0" & < "4.0.0"}
  "containers" {>= "2.4"}
  "ppx_deriving" {>= "4.2.1"}
  "sha" {>= "1.12"}
  "interface-prime" {>= "0.1"}
]
dev-repo: "git+https://github.com/dozzman/ws.git"
url {
  src: "https://github.com/dozzman/ws/archive/0.1.tar.gz"
  checksum: [
    "md5=c1f9283e0afa9ea2f30d3bf64eb338fa"
    "sha512=729267d7227084cc3214d36b4cb4d61f150586e61349ceba3bce3dd5cfff2f990ecbd153c07a7fa031f0a3cdca6121a2cb5b1e9be143a04c93dec257f5b78229"
  ]
}
