this repo has no description
0
fork

Configure Feed

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

Merge pull request #25429 from c-cube/release-printbox-v0.11

[new release] printbox (4 packages) (0.11)

authored by

Marcello Seri and committed by
GitHub
acef5535 85481478

+166
+44
packages/printbox-html/printbox-html.0.11/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" {= version & with-test} 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.11/printbox-0.11.tbz" 39 + checksum: [ 40 + "sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" 41 + "sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" 42 + ] 43 + } 44 + x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd"
+44
packages/printbox-md/printbox-md.0.11/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 + "printbox-html" {= version} 17 + "odoc" {with-test} 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.11/printbox-0.11.tbz" 39 + checksum: [ 40 + "sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" 41 + "sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" 42 + ] 43 + } 44 + x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd"
+40
packages/printbox-text/printbox-text.0.11/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 + "mdx" {>= "1.4" & with-test} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/c-cube/printbox.git" 32 + url { 33 + src: 34 + "https://github.com/c-cube/printbox/releases/download/v0.11/printbox-0.11.tbz" 35 + checksum: [ 36 + "sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" 37 + "sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" 38 + ] 39 + } 40 + x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd"
+38
packages/printbox/printbox.0.11/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.11/printbox-0.11.tbz" 33 + checksum: [ 34 + "sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" 35 + "sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" 36 + ] 37 + } 38 + x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd"