Skip to content

Commit 431e54d

Browse files
committed
forgot opam file
1 parent 0330cba commit 431e54d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

printbox-text.opam

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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/"

0 commit comments

Comments
 (0)