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" { >= "2.0" } 12 "base-bytes" 13 "odoc" {with-doc} 14 "ocaml" { >= "4.08" } 15] 16license: "BSD-2-Clause" 17tags: [ "print" "box" "table" "tree" ] 18homepage: "https://github.com/c-cube/printbox/" 19dev-repo: "git+https://github.com/c-cube/printbox.git" 20bug-reports: "https://github.com/c-cube/printbox/issues/" 21url { 22 src: 23 "https://github.com/c-cube/printbox/releases/download/v0.7/printbox-0.7.tbz" 24 checksum: [ 25 "sha256=59271f9720bfe25e8bf884b38f1ba7fe161292faf6f895c89f71b615e5671737" 26 "sha512=77af5c0479a62f7e3df96267d0f5dc1315bdafcdaa2ded7bb2cbe4cab415c6310add696a45f8ae505f1ed51d509d4dd4d74000b5eae1f518c638afdaec95774d" 27 ] 28} 29x-commit-hash: "8a23ed1e54ca64183e2a47d96e6cdd02db3ffaaa"