this repo has no description
1opam-version: "2.0"
2synopsis: "Printbox unicode handling"
3description: """
4
5Adds html output handling to the printbox package.
6Printbox allows to print nested boxes, lists, arrays, tables in several formats"""
7maintainer: ["c-cube" "lukstafi"]
8authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"]
9license: "BSD-2-Clause"
10homepage: "https://github.com/c-cube/printbox"
11bug-reports: "https://github.com/c-cube/printbox/issues"
12depends: [
13 "dune" {>= "3.0"}
14 "printbox" {= version}
15 "printbox-text" {= version & with-test}
16 "odoc" {with-test}
17 "tyxml" {>= "4.3"}
18 "mdx" {>= "1.4" & with-test}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/c-cube/printbox.git"
36url {
37 src:
38 "https://github.com/c-cube/printbox/releases/download/v0.11/printbox-0.11.tbz"
39 checksum: [
40 "sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9"
41 "sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78"
42 ]
43}
44x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd"