File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ authors: ["Simon Cruanes" "Guillaume Bury"]
3+ maintainer: "simon.cruanes.2007@m4x.org"
4+ version: "0.5"
5+ synopsis: "Text renderer for printbox, using unicode edges"
6+ build: [
7+ ["dune" "build" "@install" "-p" name "-j" jobs]
8+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
9+ ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
10+ ]
11+ depends: [
12+ "dune" { >= "1.1" }
13+ "base-bytes"
14+ "odoc" {with-doc}
15+ "ocaml" { >= "4.03" }
16+ "printbox" { = version }
17+ "uutf"
18+ "uucp"
19+ "mdx" {with-test & >= "1.4" }
20+ ]
21+ tags: [ "print" "box" "table" "tree" ]
22+ homepage: "https://github.com/c-cube/printbox/"
23+ dev-repo: "git+https://github.com/c-cube/printbox.git"
24+ bug-reports: "https://github.com/c-cube/printbox/issues/"
You can’t perform that action at this time.
0 commit comments