opam-version: "2.0"
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
authors: [ "Liang Wang" ]
license: "MIT"
homepage: "https://github.com/owlbarn/owl_jupyter"
dev-repo: "git+https://github.com/owlbarn/owl_jupyter.git"
bug-reports: "https://github.com/owlbarn/owl_jupyter/issues"
doc: "https://owlbarn.github.io/owl_jupyter/"
synopsis: "Owl - Jupyter Wrappter"
description: """
Owl-Jupyter is Owl's wrappter on Jupyter Notebook.
"""


build: [
  [ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
  "ocaml" {>= "4.06.0"}
  "owl-top"
  "owl-plplot"
  "jupyter"
  "dune" {>= "1.0"}
]
url {
  src:
    "https://github.com/owlbarn/owl_jupyter/releases/download/v1.0/owl-jupyter-v1.0.tbz"
  checksum: [
    "sha256=296e4c29d6c9d14921c756230cf9e5a499cdb3840a209f3bfd1a5dd9e451bd09"
    "sha512=ecd09b84e0848dcf3dd7cd8a90dc5a8e980814c0277178d682ce31443e0382e10f41b8d1a8ca8bfb49ee43c83b1c923714d8e37939fe825bfc6da919940cfda6"
  ]
}
