this repo has no description
1opam-version: "2.0" 2synopsis: "Printbox extension for plotting" 3description: """ 4 5Extends Printbox with the ability to print scatter plots, line plots, decision boundaries. 6Printbox allows to print nested boxes, lists, arrays, tables in several formats""" 7maintainer: ["c-cube" "lukstafi"] 8authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] 9license: "BSD-2-Clause" 10homepage: "https://github.com/c-cube/printbox" 11bug-reports: "https://github.com/c-cube/printbox/issues" 12depends: [ 13 "dune" {>= "3.0"} 14 "printbox" {= version} 15 "printbox-text" {= version} 16 "printbox-html" {= version} 17 "printbox-md" {= version} 18 "tyxml" {>= "4.3"} 19 "odoc" {with-test} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/c-cube/printbox.git" 37url { 38 src: 39 "https://github.com/c-cube/printbox/releases/download/v0.12/printbox-0.12.tbz" 40 checksum: [ 41 "sha256=c783dfbbc21ed9bdab04980b58efa901b149f38f9992f2cdc624abd681d8dedb" 42 "sha512=43968271141a44ab4655586bf35bb8540d1ca6312e0a93b14311ae82e6edd700be92d598677fda3bdc6fd8537890ea42cd0224fe9447a6cf8471ba915299ee36" 43 ] 44} 45x-commit-hash: "9e36427450c1d2fbefe446f074797acb35db58c2"