this repo has no description
1opam-version: "2.0"
2maintainer: "Liang Wang <ryanrhymes@gmail.com>"
3authors: [ "Liang Wang" ]
4license: "MIT"
5homepage: "https://github.com/owlbarn/owl_jupyter"
6dev-repo: "git+https://github.com/owlbarn/owl_jupyter.git"
7bug-reports: "https://github.com/owlbarn/owl_jupyter/issues"
8doc: "https://owlbarn.github.io/owl_jupyter/"
9synopsis: "Owl - Jupyter Wrappter"
10description: """
11Owl-Jupyter is Owl's wrappter on Jupyter Notebook.
12"""
13
14
15build: [
16 [ "dune" "build" "-p" name "-j" jobs ]
17]
18
19depends: [
20 "ocaml" {>= "4.06.0"}
21 "owl-top"
22 "owl-plplot"
23 "jupyter"
24 "dune" {>= "1.0"}
25]
26url {
27 src:
28 "https://github.com/owlbarn/owl_jupyter/releases/download/v1.0/owl-jupyter-v1.0.tbz"
29 checksum: [
30 "sha256=296e4c29d6c9d14921c756230cf9e5a499cdb3840a209f3bfd1a5dd9e451bd09"
31 "sha512=ecd09b84e0848dcf3dd7cd8a90dc5a8e980814c0277178d682ce31443e0382e10f41b8d1a8ca8bfb49ee43c83b1c923714d8e37939fe825bfc6da919940cfda6"
32 ]
33}