this repo has no description
1opam-version: "2.0"
2maintainer: [
3 "Akinori ABE <aabe.65535@gmail.com>"
4]
5authors: [
6 "Akinori ABE"
7]
8license: "MIT"
9homepage: "https://akabe.github.io/ocaml-jupyter/"
10bug-reports: "https://github.com/akabe/ocaml-jupyter/issues"
11dev-repo: "git+https://github.com/akabe/ocaml-jupyter.git"
12build: [
13 [ "dune" "subst" ] {dev}
14 [ "dune" "build" "-p" name "-j" jobs ]
15]
16depends: [
17 "ocaml" {>= "4.04.0"}
18 "dune" {>= "1.0.0"}
19 "jupyter" {>= "2.7.2" & <= "2.7.8"}
20 "cairo2" {>= "0.6.0"}
21 "archimedes" {>= "0.4.19"}
22]
23synopsis: "A Jupyter-friendly 2D plotting library (Archimedes backend)"
24description:
25 "This library registers Jupyter backend to Archimedes, a simple and easy-to-use 2D plotting library. You can embed chart images into Jupyter notebooks."
26url {
27 src: "https://github.com/akabe/ocaml-jupyter/releases/download/v2.7.2/jupyter-v2.7.2.tbz"
28 checksum: "sha256=0a1c41b5c8aa14840694eab6ae7eb7e974292052861fa58b7f2737a2631626cc"
29}