this repo has no description
0
fork

Configure Feed

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

[new release] printbox (5 packages) (0.12)

CHANGES:

- Remove fallback to and dependency on `printbox-html` from `printbox-md` (@lukstafi)
- introduce notion of extensions (@lukstafi)
- add `printbox-ext-plot` extension for text and HTML plots (@lukstafi)
- feat: add `?stretch` param to `frame`

- fix c-cube/printbox#45, problem with nested frames

+208
+45
packages/printbox-ext-plot/printbox-ext-plot.0.12/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Printbox extension for plotting" 3 + description: """ 4 + 5 + Extends Printbox with the ability to print scatter plots, line plots, decision boundaries. 6 + Printbox allows to print nested boxes, lists, arrays, tables in several formats""" 7 + maintainer: ["c-cube" "lukstafi"] 8 + authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] 9 + license: "BSD-2-Clause" 10 + homepage: "https://github.com/c-cube/printbox" 11 + bug-reports: "https://github.com/c-cube/printbox/issues" 12 + depends: [ 13 + "dune" {>= "3.0"} 14 + "printbox" {= version} 15 + "printbox-text" {= version} 16 + "printbox-html" {= version} 17 + "printbox-md" {= version} 18 + "tyxml" {>= "4.3"} 19 + "odoc" {with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/c-cube/printbox.git" 37 + url { 38 + src: 39 + "https://github.com/c-cube/printbox/releases/download/v0.12/printbox-0.12.tbz" 40 + checksum: [ 41 + "sha256=c783dfbbc21ed9bdab04980b58efa901b149f38f9992f2cdc624abd681d8dedb" 42 + "sha512=43968271141a44ab4655586bf35bb8540d1ca6312e0a93b14311ae82e6edd700be92d598677fda3bdc6fd8537890ea42cd0224fe9447a6cf8471ba915299ee36" 43 + ] 44 + } 45 + x-commit-hash: "9e36427450c1d2fbefe446f074797acb35db58c2"
+44
packages/printbox-html/printbox-html.0.12/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Printbox unicode handling" 3 + description: """ 4 + 5 + Adds html output handling to the printbox package. 6 + Printbox allows to print nested boxes, lists, arrays, tables in several formats""" 7 + maintainer: ["c-cube" "lukstafi"] 8 + authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] 9 + license: "BSD-2-Clause" 10 + homepage: "https://github.com/c-cube/printbox" 11 + bug-reports: "https://github.com/c-cube/printbox/issues" 12 + depends: [ 13 + "dune" {>= "3.0"} 14 + "printbox" {= version} 15 + "printbox-text" {with-test & = version} 16 + "odoc" {with-test} 17 + "tyxml" {>= "4.3"} 18 + "mdx" {>= "1.4" & with-test} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 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 + ] 35 + dev-repo: "git+https://github.com/c-cube/printbox.git" 36 + url { 37 + src: 38 + "https://github.com/c-cube/printbox/releases/download/v0.12/printbox-0.12.tbz" 39 + checksum: [ 40 + "sha256=c783dfbbc21ed9bdab04980b58efa901b149f38f9992f2cdc624abd681d8dedb" 41 + "sha512=43968271141a44ab4655586bf35bb8540d1ca6312e0a93b14311ae82e6edd700be92d598677fda3bdc6fd8537890ea42cd0224fe9447a6cf8471ba915299ee36" 42 + ] 43 + } 44 + x-commit-hash: "9e36427450c1d2fbefe446f074797acb35db58c2"
+42
packages/printbox-md/printbox-md.0.12/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Printbox Markdown rendering" 3 + description: """ 4 + 5 + Adds Markdown output handling to the printbox package, with fallback to text and simplified HTML. 6 + Printbox allows to print nested boxes, lists, arrays, tables in several formats""" 7 + maintainer: ["c-cube" "lukstafi"] 8 + authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] 9 + license: "BSD-2-Clause" 10 + homepage: "https://github.com/c-cube/printbox" 11 + bug-reports: "https://github.com/c-cube/printbox/issues" 12 + depends: [ 13 + "dune" {>= "3.0"} 14 + "printbox" {= version} 15 + "printbox-text" {= version} 16 + "odoc" {with-test} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/c-cube/printbox.git" 34 + url { 35 + src: 36 + "https://github.com/c-cube/printbox/releases/download/v0.12/printbox-0.12.tbz" 37 + checksum: [ 38 + "sha256=c783dfbbc21ed9bdab04980b58efa901b149f38f9992f2cdc624abd681d8dedb" 39 + "sha512=43968271141a44ab4655586bf35bb8540d1ca6312e0a93b14311ae82e6edd700be92d598677fda3bdc6fd8537890ea42cd0224fe9447a6cf8471ba915299ee36" 40 + ] 41 + } 42 + x-commit-hash: "9e36427450c1d2fbefe446f074797acb35db58c2"
+39
packages/printbox-text/printbox-text.0.12/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Text renderer for printbox, using unicode edges" 3 + maintainer: ["c-cube" "lukstafi"] 4 + authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] 5 + license: "BSD-2-Clause" 6 + homepage: "https://github.com/c-cube/printbox" 7 + bug-reports: "https://github.com/c-cube/printbox/issues" 8 + depends: [ 9 + "dune" {>= "3.0"} 10 + "printbox" {= version} 11 + "uutf" {>= "1.0"} 12 + "uucp" {>= "2.0"} 13 + "odoc" {with-test} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/c-cube/printbox.git" 31 + url { 32 + src: 33 + "https://github.com/c-cube/printbox/releases/download/v0.12/printbox-0.12.tbz" 34 + checksum: [ 35 + "sha256=c783dfbbc21ed9bdab04980b58efa901b149f38f9992f2cdc624abd681d8dedb" 36 + "sha512=43968271141a44ab4655586bf35bb8540d1ca6312e0a93b14311ae82e6edd700be92d598677fda3bdc6fd8537890ea42cd0224fe9447a6cf8471ba915299ee36" 37 + ] 38 + } 39 + x-commit-hash: "9e36427450c1d2fbefe446f074797acb35db58c2"
+38
packages/printbox/printbox.0.12/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Allows to print nested boxes, lists, arrays, tables in several formats" 4 + maintainer: ["c-cube" "lukstafi"] 5 + authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] 6 + license: "BSD-2-Clause" 7 + tags: ["print" "box" "table" "tree"] 8 + homepage: "https://github.com/c-cube/printbox" 9 + bug-reports: "https://github.com/c-cube/printbox/issues" 10 + depends: [ 11 + "dune" {>= "3.0"} 12 + "ocaml" {>= "4.08"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/c-cube/printbox.git" 30 + url { 31 + src: 32 + "https://github.com/c-cube/printbox/releases/download/v0.12/printbox-0.12.tbz" 33 + checksum: [ 34 + "sha256=c783dfbbc21ed9bdab04980b58efa901b149f38f9992f2cdc624abd681d8dedb" 35 + "sha512=43968271141a44ab4655586bf35bb8540d1ca6312e0a93b14311ae82e6edd700be92d598677fda3bdc6fd8537890ea42cd0224fe9447a6cf8471ba915299ee36" 36 + ] 37 + } 38 + x-commit-hash: "9e36427450c1d2fbefe446f074797acb35db58c2"