this repo has no description

Merge pull request #24668 from c-cube/release-printbox-v0.7

[new release] printbox (3 packages) (0.7)

Changed files
+97
packages
printbox
printbox.0.7
printbox-html
printbox-html.0.7
printbox-text
printbox-text.0.7
+34
packages/printbox-html/printbox-html.0.7/opam
···
···
+
opam-version: "2.0"
+
authors: ["Simon Cruanes" "Guillaume Bury"]
+
maintainer: "simon.cruanes.2007@m4x.org"
+
synopsis: "Printbox unicode handling"
+
description: """
+
Adds html output handling to the printbox package.
+
Printbox allows to print nested boxes, lists, arrays, tables in several formats
+
"""
+
build: [
+
["dune" "build" "@install" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
depends: [
+
"dune" { >= "2.0" }
+
"odoc" {with-doc}
+
"printbox" {= version}
+
"tyxml" {>="4.3"}
+
"mdx" {with-test & >= "1.4" }
+
]
+
license: "BSD-2-Clause"
+
tags: [ "print" "box" "table" "tree" ]
+
homepage: "https://github.com/c-cube/printbox/"
+
dev-repo: "git+https://github.com/c-cube/printbox.git"
+
bug-reports: "https://github.com/c-cube/printbox/issues/"
+
url {
+
src:
+
"https://github.com/c-cube/printbox/releases/download/v0.7/printbox-0.7.tbz"
+
checksum: [
+
"sha256=59271f9720bfe25e8bf884b38f1ba7fe161292faf6f895c89f71b615e5671737"
+
"sha512=77af5c0479a62f7e3df96267d0f5dc1315bdafcdaa2ded7bb2cbe4cab415c6310add696a45f8ae505f1ed51d509d4dd4d74000b5eae1f518c638afdaec95774d"
+
]
+
}
+
x-commit-hash: "8a23ed1e54ca64183e2a47d96e6cdd02db3ffaaa"
+34
packages/printbox-text/printbox-text.0.7/opam
···
···
+
opam-version: "2.0"
+
authors: ["Simon Cruanes" "Guillaume Bury"]
+
maintainer: "simon.cruanes.2007@m4x.org"
+
synopsis: "Text renderer for printbox, using unicode edges"
+
build: [
+
["dune" "build" "@install" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
depends: [
+
"dune" { >= "2.0" }
+
"base-bytes"
+
"odoc" {with-doc}
+
"ocaml" { >= "4.03" }
+
"printbox" { = version }
+
"uutf" { >= "1.0" }
+
"uucp" { >= "2.0" }
+
"mdx" {with-test & >= "1.4" }
+
"printbox-html" {with-test & post}
+
]
+
license: "BSD-2-Clause"
+
tags: [ "print" "box" "table" "tree" ]
+
homepage: "https://github.com/c-cube/printbox/"
+
dev-repo: "git+https://github.com/c-cube/printbox.git"
+
bug-reports: "https://github.com/c-cube/printbox/issues/"
+
url {
+
src:
+
"https://github.com/c-cube/printbox/releases/download/v0.7/printbox-0.7.tbz"
+
checksum: [
+
"sha256=59271f9720bfe25e8bf884b38f1ba7fe161292faf6f895c89f71b615e5671737"
+
"sha512=77af5c0479a62f7e3df96267d0f5dc1315bdafcdaa2ded7bb2cbe4cab415c6310add696a45f8ae505f1ed51d509d4dd4d74000b5eae1f518c638afdaec95774d"
+
]
+
}
+
x-commit-hash: "8a23ed1e54ca64183e2a47d96e6cdd02db3ffaaa"
+29
packages/printbox/printbox.0.7/opam
···
···
+
opam-version: "2.0"
+
authors: ["Simon Cruanes" "Guillaume Bury"]
+
maintainer: "simon.cruanes.2007@m4x.org"
+
synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats"
+
build: [
+
["dune" "build" "@install" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
depends: [
+
"dune" { >= "2.0" }
+
"base-bytes"
+
"odoc" {with-doc}
+
"ocaml" { >= "4.08" }
+
]
+
license: "BSD-2-Clause"
+
tags: [ "print" "box" "table" "tree" ]
+
homepage: "https://github.com/c-cube/printbox/"
+
dev-repo: "git+https://github.com/c-cube/printbox.git"
+
bug-reports: "https://github.com/c-cube/printbox/issues/"
+
url {
+
src:
+
"https://github.com/c-cube/printbox/releases/download/v0.7/printbox-0.7.tbz"
+
checksum: [
+
"sha256=59271f9720bfe25e8bf884b38f1ba7fe161292faf6f895c89f71b615e5671737"
+
"sha512=77af5c0479a62f7e3df96267d0f5dc1315bdafcdaa2ded7bb2cbe4cab415c6310add696a45f8ae505f1ed51d509d4dd4d74000b5eae1f518c638afdaec95774d"
+
]
+
}
+
x-commit-hash: "8a23ed1e54ca64183e2a47d96e6cdd02db3ffaaa"