this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Allows to print nested boxes, lists, arrays, tables in several formats" 4maintainer: ["c-cube" "lukstafi"] 5authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] 6license: "BSD-2-Clause" 7tags: ["print" "box" "table" "tree"] 8homepage: "https://github.com/c-cube/printbox" 9bug-reports: "https://github.com/c-cube/printbox/issues" 10depends: [ 11 "dune" {>= "3.0"} 12 "ocaml" {>= "4.08"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/c-cube/printbox.git" 30url { 31 src: 32 "https://github.com/c-cube/printbox/releases/download/v0.12/printbox-0.12.tbz" 33 checksum: [ 34 "sha256=c783dfbbc21ed9bdab04980b58efa901b149f38f9992f2cdc624abd681d8dedb" 35 "sha512=43968271141a44ab4655586bf35bb8540d1ca6312e0a93b14311ae82e6edd700be92d598677fda3bdc6fd8537890ea42cd0224fe9447a6cf8471ba915299ee36" 36 ] 37} 38x-commit-hash: "9e36427450c1d2fbefe446f074797acb35db58c2"