this repo has no description
1opam-version: "2.0"
2authors: ["Simon Cruanes" "Guillaume Bury"]
3maintainer: "simon.cruanes.2007@m4x.org"
4synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats"
5build: [
6 ["dune" "build" "@install" "-p" name "-j" jobs]
7 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
9]
10depends: [
11 "dune" { >= "1.1" }
12 "base-bytes"
13 "odoc" {with-doc}
14 "ocaml" { >= "4.03" & < "5.0" }
15 "uutf" {with-test}
16 "uucp" {with-test}
17]
18depopts: [
19 "tyxml"
20 "uutf"
21 "uucp"
22]
23tags: [ "print" "box" "table" "tree" ]
24homepage: "https://github.com/c-cube/printbox/"
25dev-repo: "git+https://github.com/c-cube/printbox.git"
26bug-reports: "https://github.com/c-cube/printbox/issues/"
27url {
28 src:
29 "https://github.com/c-cube/printbox/releases/download/0.3/printbox-0.3.tbz"
30 checksum: [
31 "sha256=7dda76f4f9de0eb4fe08acb363c337a26b3c1b5b03dfa1d7a26c9b0c3f463309"
32 "sha512=a3532ed203a1aaeae4767546cfdbaeb5f171e6a737b439dfa9186538a22b5cae716a73ae91b381bf2b46de38a9d0926a992b0c70c7fba183745e50654f1a3872"
33 ]
34}