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] 18depopts: [ 19 "tyxml" 20 "uutf" 21 "uucp" 22] 23tags: [ "print" "box" "table" "tree" ] 24homepage: "https://github.com/c-cube/printbox/" 25dev-repo: "git+https://github.com/c-cube/printbox.git" 26bug-reports: "https://github.com/c-cube/printbox/issues/" 27url { 28 src: "https://github.com/c-cube/printbox/archive/0.4.tar.gz" 29 checksum: [ 30 "md5=c32598a4923c055fba05d747d24b7d4f" 31 "sha512=1b6d5981c73fa9d373ba1a555be655d5658fa2bb3105b692daf21158119bdc0c10424437de17eab0c8ac77a99877be6ace9aa0e1518212811bb3342211882e26" 32 ] 33}