opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
homepage: "https://github.com/andrewray/iocamljs"
build: [
  [ make "clean" "min" ]
  [ make "clean" "full" ]
]
patches: [ "4.00.1.patch" ]
depends: [
  "ocaml" {>= "4.00.1"}
  "ocamlfind"
  "optcomp"
  "lwt" {>= "2.4"}
  "js_of_ocaml" {>= "2.4.1" & < "3.0"}
]
dev-repo: "git://github.com/andrewray/iocamljs"
synopsis: "An OCaml javascript kernel for the IPython notebook."
extra-files: [
  ["iocamljs-kernel.install" "md5=22e10a0fedc34f3325576da39992fa68"]
  ["4.00.1.patch" "md5=12567e848cf82572a1e0c6d45570c794"]
]
url {
  src: "https://github.com/andrewray/iocamljs/archive/v0.4.6.tar.gz"
  checksum: "md5=9726642275e289f5a559966fbbcbdb67"
}
