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