this repo has no description
1opam-version: "2.0"
2synopsis: "Printbox Markdown rendering"
3description: """
4
5Adds Markdown output handling to the printbox package, with fallback to text and simplified HTML.
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}
16 "printbox-html" {= version}
17 "odoc" {with-test}
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.9/printbox-0.9.tbz"
39 checksum: [
40 "sha256=40f9920bdedc5c2537ab61e90fd246ca24a78883ed234935ad4fda38367b5760"
41 "sha512=0d643a7b238bb1bf472b1bf1401b6401e802ee4c6c016b319f5c161b3546bc2b8fcc3224dc9879c433d7944566e9ffcce703f040f3f217d17cdc8149a4bed449"
42 ]
43}
44x-commit-hash: "5adaf7e166f8925df8781f639f5e470e15782243"