this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Allows to print nested boxes, lists, arrays, tables in several formats" 4maintainer: ["c-cube" "lukstafi"] 5authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] 6license: "BSD-2-Clause" 7tags: ["print" "box" "table" "tree"] 8homepage: "https://github.com/c-cube/printbox" 9bug-reports: "https://github.com/c-cube/printbox/issues" 10depends: [ 11 "dune" {>= "3.0"} 12 "ocaml" {>= "4.08"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/c-cube/printbox.git" 30url { 31 src: 32 "https://github.com/c-cube/printbox/releases/download/v0.10/printbox-0.10.tbz" 33 checksum: [ 34 "sha256=c644dfb01edbdcb48cb46696e178d587a4c6cce168f5c5d4d13a845cbec42203" 35 "sha512=8daa5123e161226d00732fe81396c87539c5b7787e0fbf354f1014557604c46ffa8307f158243a31b26b2da2c26337b29f69bc7e3fd1f3ca7169ce355def0f79" 36 ] 37} 38x-commit-hash: "31d83514a2279dc6b872106a9615722003d76494"