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.0.0" & <= "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: 28 "https://github.com/akabe/ocaml-jupyter/releases/download/v2.3.2/jupyter-2.3.2.tbz" 29 checksum: [ 30 "sha256=3eb70633a3ae582f804631c150c82d8947d35f6133ea534c001584a1d46de167" 31 "md5=985040724fb2185e63cc2aa37436bf3b" 32 ] 33}