opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
homepage: "https://github.com/andrewray/iocaml"
build: [make "all"]
remove: [
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.01.0" & < "4.02.0"}
  "ocamlfind"
  "ounit"
  "uint" {>= "1.1.0"}
  "uuidm"
  "yojson"
  "atdgen"
  "ocp-index" {>= "1.0.1"}
  "lwt" {>= "2.4"}
  "ctypes" {>= "0.2.3" & < "0.3"}
  "ocamlbuild" {build}
]
depexts: [
  ["libzmq3-dev"] {os-family = "debian"}
  ["zeromq3-devel"] {os-distribution = "centos"}
]
dev-repo: "git://github.com/andrewray/iocaml"
install: [make "install"]
synopsis: "An OCaml kernel for the IPython notebook."
url {
  src: "https://github.com/andrewray/iocaml/archive/v0.4.3.tar.gz"
  checksum: "md5=08f5ef3e7eea3e7f8c1745f7ee7a374b"
}
