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"]
5authors: ["Simon Cruanes" "Guillaume Bury"]
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.8/printbox-0.8.tbz"
33 checksum: [
34 "sha256=33e18e6b9cc2f9a5fe1cc8c205498a2640c1ad54fe0344a61692d03394b7938c"
35 "sha512=ea61f85e138244e886206858bd72de154e1ca524b9a3fcd728cf2077175612b8ff96245c8652c461ba541bb35f2f9bd6305e5185b3407fd088a326d2d63f5216"
36 ]
37}
38x-commit-hash: "d7473630defbccda2d15275b02efbf3ec5fe8d09"