opam-version: "2.0"
authors:      "Vincent Bernardoff <vb@luminar.eu.org>"
maintainer:   "Vincent Bernardoff <vb@luminar.eu.org>"
homepage:     "https://github.com/vbmithr/ocaml-websocket"
bug-reports:  "https://github.com/vbmithr/ocaml-websocket/issues"
dev-repo:     "git://github.com/vbmithr/ocaml-websocket"

tags: [
  "org:mirage"
  "org:xapi-project"
]

build:   [make]
install: [make "install"]
remove:  ["ocamlfind" "remove" "websocket"]
depends: [
  "ocaml" {>= "4.00.0"}
  "lwt"
  "cryptokit"
  "cohttp" {>= "0.10.0" & < "0.12.0"}
  "ssl"
  "ocplib-endian" {>= "0.4"}
  "optcomp"
  "ocamlbuild" {build}
]
synopsis: "Websocket library"
flags: light-uninstall
extra-files: ["websocket.install" "md5=3226a6fe0eee989ae2de51507aa9b4ad"]
url {
  src: "https://github.com/vbmithr/ocaml-websocket/archive/0.8.tar.gz"
  checksum: "md5=a969e0ce62d59e08a323f532e25e7664"
}
