opam-version: "2.0" authors: ["Simon Cruanes" "Guillaume Bury"] maintainer: "simon.cruanes.2007@m4x.org" synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats" build: [ ["dune" "build" "@install" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] depends: [ "dune" { >= "2.0" } "base-bytes" "odoc" {with-doc} "ocaml" { >= "4.03" } ] license: "BSD-2-Clause" tags: [ "print" "box" "table" "tree" ] homepage: "https://github.com/c-cube/printbox/" dev-repo: "git+https://github.com/c-cube/printbox.git" bug-reports: "https://github.com/c-cube/printbox/issues/" url { src: "https://github.com/c-cube/printbox/archive/v0.6.1.tar.gz" checksum: [ "md5=6e065332d7db622572bd963dbd530589" "sha512=7c0882333d2b297c235ee73f09e8b95cdd6013909db0f1b7e07a1b90153e6a3e68249715c90030e033ced6ab3a40aab41d4470d686164676acb544ccbe6ba715" ] }