opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
homepage: "https://github.com/andrewray/iocaml"
build: [
  [make "clean" "min"]
  [make "clean" "full"]
]
depends: [
  "ocaml" {>= "4.01.0" & < "4.02.0"}
  "ocamlfind"
  "lwt" {>= "2.4"}
  "js_of_ocaml" {>= "2.0" & < "2.3"}
]
dev-repo: "git://github.com/andrewray/iocamljs"
synopsis: "An OCaml javascript kernel for the IPython notebook."
extra-files: [
  "iocamljs-kernel.install" "md5=b9d66df0dadb844655fc8faf9dc7993a"
]
url {
  src: "https://github.com/andrewray/iocamljs/archive/v0.4.3.tar.gz"
  checksum: "md5=62c684971ae7a9498f95f6253b00b9ae"
}
