this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

3 packages from c-cube/printbox at 0.6 (#20480)

* 3 packages from c-cube/printbox at 0.6

* printbox.0.6: update lower bounds

* Update packages/printbox-text/printbox-text.0.6/opam

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

authored by

Simon Cruanes
Marcello Seri
and committed by
GitHub
3c93ec8b af32c3d7

+89
+31
packages/printbox-html/printbox-html.0.6/opam
··· 1 + opam-version: "2.0" 2 + authors: ["Simon Cruanes" "Guillaume Bury"] 3 + maintainer: "simon.cruanes.2007@m4x.org" 4 + synopsis: "Printbox unicode handling" 5 + description: """ 6 + Adds html output handling to the printbox package. 7 + Printbox allows to print nested boxes, lists, arrays, tables in several formats 8 + """ 9 + build: [ 10 + ["dune" "build" "@install" "-p" name "-j" jobs] 11 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 13 + ] 14 + depends: [ 15 + "dune" { >= "2.0" } 16 + "odoc" {with-doc} 17 + "printbox" {= version} 18 + "tyxml" {>="4.3"} 19 + ] 20 + license: "BSD-2-Clause" 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/" 25 + url { 26 + src: "https://github.com/c-cube/printbox/archive/v0.6.tar.gz" 27 + checksum: [ 28 + "md5=052766382422020d9e92641d788c1b50" 29 + "sha512=95739aa35afae261912a192faff55a6f2293cf82f6e814a7329a88a03c8aaf6d26eab124687b81f98b92d96f7bbe5eaf8a376dcacca12c74f769eadede26da20" 30 + ] 31 + }
+31
packages/printbox-text/printbox-text.0.6/opam
··· 1 + opam-version: "2.0" 2 + authors: ["Simon Cruanes" "Guillaume Bury"] 3 + maintainer: "simon.cruanes.2007@m4x.org" 4 + synopsis: "Text renderer for printbox, using unicode edges" 5 + build: [ 6 + ["dune" "build" "@install" "-p" name "-j" jobs] 7 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 8 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9 + ] 10 + depends: [ 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 + ] 20 + license: "BSD-2-Clause" 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/" 25 + url { 26 + src: "https://github.com/c-cube/printbox/archive/v0.6.tar.gz" 27 + checksum: [ 28 + "md5=052766382422020d9e92641d788c1b50" 29 + "sha512=95739aa35afae261912a192faff55a6f2293cf82f6e814a7329a88a03c8aaf6d26eab124687b81f98b92d96f7bbe5eaf8a376dcacca12c74f769eadede26da20" 30 + ] 31 + }
+27
packages/printbox/printbox.0.6/opam
··· 1 + opam-version: "2.0" 2 + authors: ["Simon Cruanes" "Guillaume Bury"] 3 + maintainer: "simon.cruanes.2007@m4x.org" 4 + synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats" 5 + build: [ 6 + ["dune" "build" "@install" "-p" name "-j" jobs] 7 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 8 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9 + ] 10 + depends: [ 11 + "dune" { >= "2.0" } 12 + "base-bytes" 13 + "odoc" {with-doc} 14 + "ocaml" { >= "4.03" } 15 + ] 16 + license: "BSD-2-Clause" 17 + tags: [ "print" "box" "table" "tree" ] 18 + homepage: "https://github.com/c-cube/printbox/" 19 + dev-repo: "git+https://github.com/c-cube/printbox.git" 20 + bug-reports: "https://github.com/c-cube/printbox/issues/" 21 + url { 22 + src: "https://github.com/c-cube/printbox/archive/v0.6.tar.gz" 23 + checksum: [ 24 + "md5=052766382422020d9e92641d788c1b50" 25 + "sha512=95739aa35afae261912a192faff55a6f2293cf82f6e814a7329a88a03c8aaf6d26eab124687b81f98b92d96f7bbe5eaf8a376dcacca12c74f769eadede26da20" 26 + ] 27 + }