this repo has no description
1opam-version: "2.0"
2authors: ["Simon Cruanes" "Guillaume Bury"]
3maintainer: "simon.cruanes.2007@m4x.org"
4synopsis: "Text renderer for printbox, using unicode edges"
5build: [
6 ["dune" "build" "@install" "-p" name "-j" jobs]
7 ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "5.0"}
8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
9]
10depends: [
11 "dune" { >= "2.0" }
12 "base-bytes"
13 "odoc" {with-doc}
14 "ocaml" { >= "4.03" }
15 "printbox" { = version }
16 "uutf" { >= "1.0" }
17 "uucp" { >= "2.0" }
18 "mdx" {with-test & >= "1.4" }
19]
20license: "BSD-2-Clause"
21tags: [ "print" "box" "table" "tree" ]
22homepage: "https://github.com/c-cube/printbox/"
23dev-repo: "git+https://github.com/c-cube/printbox.git"
24bug-reports: "https://github.com/c-cube/printbox/issues/"
25url {
26 src: "https://github.com/c-cube/printbox/archive/v0.6.1.tar.gz"
27 checksum: [
28 "md5=6e065332d7db622572bd963dbd530589"
29 "sha512=7c0882333d2b297c235ee73f09e8b95cdd6013909db0f1b7e07a1b90153e6a3e68249715c90030e033ced6ab3a40aab41d4470d686164676acb544ccbe6ba715"
30 ]
31}