opam-version: "2.0"
authors: "Andrew Ray <andy.ray@ujamjar.com>"
maintainer: "andy.ray@ujamjar.com"
dev-repo: "git+https://github.com/andrewray/iocamlserver.git"
bug-reports: "https://github.com/andrewray/iocamlserver/issues"
homepage: "https://github.com/andrewray/iocamlserver"
build: [
  ["cp" "config.darwin.ml" "config.ml"] {os = "macos"}
  [make "all"]
]
patches: ["chromium-bug.patch"]
depends: [
  "ocaml" {>= "4.00.1"}
  "ocamlfind"
  "uuidm"
  "yojson"
  "cow" {< "2.0.0"}
  "lwt" {>= "2.4" & < "3.0.0"}
  "websocket" {= "0.8.1"}
  "cohttp" {>= "0.10.0"}
  "crunch"
  "ctypes" {>= "0.3" & < "0.18.0"}
  "ctypes-foreign"
  "iocaml-kernel" {= "0.4.6"}
  "iocamljs-kernel" {= "0.4.6"}
  "ocamlbuild" {build}
]
synopsis: "A webserver for iocaml-kernel and iocamljs-kernel."
extra-files: [
  ["iocaml.install" "md5=3b7af60d88c424b24aaa6582a9845fa0"]
  ["chromium-bug.patch" "md5=82c05bfa801855ab5d20e8a895cd2217"]
]
url {
  src: "https://github.com/andrewray/iocamlserver/archive/v0.4.6.tar.gz"
  checksum: "md5=31252b292cfc08fb1703d167b06143c2"
}
