opam-version: "2.0" synopsis: "Printbox extension for plotting" description: """ Extends Printbox with the ability to print scatter plots, line plots, decision boundaries. Printbox allows to print nested boxes, lists, arrays, tables in several formats""" maintainer: ["c-cube" "lukstafi"] authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] license: "BSD-2-Clause" homepage: "https://github.com/c-cube/printbox" bug-reports: "https://github.com/c-cube/printbox/issues" depends: [ "dune" {>= "3.0"} "printbox" {= version} "printbox-text" {= version} "printbox-html" {= version} "printbox-md" {= version} "tyxml" {>= "4.3"} "odoc" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/c-cube/printbox.git" url { src: "https://github.com/c-cube/printbox/releases/download/v0.12/printbox-0.12.tbz" checksum: [ "sha256=c783dfbbc21ed9bdab04980b58efa901b149f38f9992f2cdc624abd681d8dedb" "sha512=43968271141a44ab4655586bf35bb8540d1ca6312e0a93b14311ae82e6edd700be92d598677fda3bdc6fd8537890ea42cd0224fe9447a6cf8471ba915299ee36" ] } x-commit-hash: "9e36427450c1d2fbefe446f074797acb35db58c2"