this repo has no description
1opam-version: "2.0" 2synopsis: "Text renderer for printbox, using unicode edges" 3maintainer: ["c-cube" "lukstafi"] 4authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] 5license: "BSD-2-Clause" 6homepage: "https://github.com/c-cube/printbox" 7bug-reports: "https://github.com/c-cube/printbox/issues" 8depends: [ 9 "dune" {>= "3.0"} 10 "printbox" {= version} 11 "uutf" {>= "1.0"} 12 "uucp" {>= "2.0"} 13 "odoc" {with-test} 14 "mdx" {>= "1.4" & with-test} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/c-cube/printbox.git" 32url { 33 src: 34 "https://github.com/c-cube/printbox/releases/download/v0.11/printbox-0.11.tbz" 35 checksum: [ 36 "sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" 37 "sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" 38 ] 39} 40x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd"