this repo has no description
1opam-version: "2.0" 2authors: ["Simon Cruanes" "Guillaume Bury"] 3maintainer: "simon.cruanes.2007@m4x.org" 4synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats" 5build: [ 6 ["dune" "build" "@install" "-p" name "-j" jobs] 7 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9] 10depends: [ 11 "dune" { >= "1.1" } 12 "base-bytes" 13 "odoc" {with-doc} 14 "ocaml" { >= "4.03" & < "5.0" } 15 "uutf" {with-test} 16 "uucp" {with-test} 17 "mdx" {with-test & >= "1.4" & < "1.6" } 18] 19depopts: [ 20 "tyxml" 21 "uutf" 22 "uucp" 23] 24tags: [ "print" "box" "table" "tree" ] 25homepage: "https://github.com/c-cube/printbox/" 26dev-repo: "git+https://github.com/c-cube/printbox.git" 27bug-reports: "https://github.com/c-cube/printbox/issues/" 28url { 29 src: "https://github.com/c-cube/printbox/archive/0.5.tar.gz" 30 checksum: [ 31 "md5=2cd18b6198d58c27d1bbec4d18836353" 32 "sha512=6aefd975403751288de02104f0bf21d455e37c057fd9237d38af42dd8e01643514acc3a9ab96d42b0c1f5064c3a330833352ac09cd6198275f1c165db2bace7f" 33 ] 34}