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.9/printbox-0.9.tbz" 33 checksum: [ 34 "sha256=40f9920bdedc5c2537ab61e90fd246ca24a78883ed234935ad4fda38367b5760" 35 "sha512=0d643a7b238bb1bf472b1bf1401b6401e802ee4c6c016b319f5c161b3546bc2b8fcc3224dc9879c433d7944566e9ffcce703f040f3f217d17cdc8149a4bed449" 36 ] 37} 38x-commit-hash: "5adaf7e166f8925df8781f639f5e470e15782243"