opam-version: "2.0" authors: ["Simon Cruanes" "Guillaume Bury"] maintainer: "simon.cruanes.2007@m4x.org" synopsis: "Text renderer for printbox, using unicode edges" 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" & < "3.0"} "base-bytes" "odoc" {with-doc} "ocaml" { >= "4.03" } "printbox" { = version } "uutf" { >= "1.0" } "uucp" { >= "2.0" } "mdx" {with-test & >= "1.4" } ] 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.tar.gz" checksum: [ "md5=052766382422020d9e92641d788c1b50" "sha512=95739aa35afae261912a192faff55a6f2293cf82f6e814a7329a88a03c8aaf6d26eab124687b81f98b92d96f7bbe5eaf8a376dcacca12c74f769eadede26da20" ] }