opam-version: "2.0"
maintainer: [
  "Akinori ABE <aabe.65535@gmail.com>"
]
authors: [
  "Akinori ABE"
]
license: "MIT"
homepage: "https://akabe.github.io/ocaml-jupyter/"
bug-reports: "https://github.com/akabe/ocaml-jupyter/issues"
dev-repo: "git+https://github.com/akabe/ocaml-jupyter.git"
build: [
  [ "dune" "subst" ] {pinned}
  [ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
  "ocaml" {>= "4.04.0"}
  "dune" {build & >= "1.0.0"}
  "jupyter" {>= "2.7.2"}
  "cairo2" {>= "0.6.0"}
  "archimedes" {>= "0.4.19"}
]
synopsis: "A Jupyter-friendly 2D plotting library (Archimedes backend)"
description:
  "This library registers Jupyter backend to Archimedes, a simple and easy-to-use 2D plotting library. You can embed chart images into Jupyter notebooks."
url {
  src: "https://github.com/akabe/ocaml-jupyter/releases/download/v2.7.2/jupyter-v2.7.2.tbz"
  checksum: "sha256=0a1c41b5c8aa14840694eab6ae7eb7e974292052861fa58b7f2737a2631626cc"
}
