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.11/printbox-0.11.tbz" 33 checksum: [ 34 "sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" 35 "sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" 36 ] 37} 38x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd"