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