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 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/c-cube/printbox.git"
31url {
32 src:
33 "https://github.com/c-cube/printbox/releases/download/v0.12/printbox-0.12.tbz"
34 checksum: [
35 "sha256=c783dfbbc21ed9bdab04980b58efa901b149f38f9992f2cdc624abd681d8dedb"
36 "sha512=43968271141a44ab4655586bf35bb8540d1ca6312e0a93b14311ae82e6edd700be92d598677fda3bdc6fd8537890ea42cd0224fe9447a6cf8471ba915299ee36"
37 ]
38}
39x-commit-hash: "9e36427450c1d2fbefe446f074797acb35db58c2"