forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#25429 from c-cube/release-printbox-v0.11
[new release] printbox (4 packages) (0.11)
- Loading branch information
Showing
4 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
opam-version: "2.0" | ||
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""" | ||
maintainer: ["c-cube" "lukstafi"] | ||
authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] | ||
license: "BSD-2-Clause" | ||
homepage: "https://github.com/c-cube/printbox" | ||
bug-reports: "https://github.com/c-cube/printbox/issues" | ||
depends: [ | ||
"dune" {>= "3.0"} | ||
"printbox" {= version} | ||
"printbox-text" {= version & with-test} | ||
"odoc" {with-test} | ||
"tyxml" {>= "4.3"} | ||
"mdx" {>= "1.4" & with-test} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/c-cube/printbox.git" | ||
url { | ||
src: | ||
"https://github.com/c-cube/printbox/releases/download/v0.11/printbox-0.11.tbz" | ||
checksum: [ | ||
"sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" | ||
"sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" | ||
] | ||
} | ||
x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
opam-version: "2.0" | ||
synopsis: "Printbox Markdown rendering" | ||
description: """ | ||
|
||
Adds Markdown output handling to the printbox package, with fallback to text and simplified HTML. | ||
Printbox allows to print nested boxes, lists, arrays, tables in several formats""" | ||
maintainer: ["c-cube" "lukstafi"] | ||
authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] | ||
license: "BSD-2-Clause" | ||
homepage: "https://github.com/c-cube/printbox" | ||
bug-reports: "https://github.com/c-cube/printbox/issues" | ||
depends: [ | ||
"dune" {>= "3.0"} | ||
"printbox" {= version} | ||
"printbox-text" {= version} | ||
"printbox-html" {= version} | ||
"odoc" {with-test} | ||
"mdx" {>= "1.4" & with-test} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/c-cube/printbox.git" | ||
url { | ||
src: | ||
"https://github.com/c-cube/printbox/releases/download/v0.11/printbox-0.11.tbz" | ||
checksum: [ | ||
"sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" | ||
"sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" | ||
] | ||
} | ||
x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
opam-version: "2.0" | ||
synopsis: "Text renderer for printbox, using unicode edges" | ||
maintainer: ["c-cube" "lukstafi"] | ||
authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] | ||
license: "BSD-2-Clause" | ||
homepage: "https://github.com/c-cube/printbox" | ||
bug-reports: "https://github.com/c-cube/printbox/issues" | ||
depends: [ | ||
"dune" {>= "3.0"} | ||
"printbox" {= version} | ||
"uutf" {>= "1.0"} | ||
"uucp" {>= "2.0"} | ||
"odoc" {with-test} | ||
"mdx" {>= "1.4" & with-test} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/c-cube/printbox.git" | ||
url { | ||
src: | ||
"https://github.com/c-cube/printbox/releases/download/v0.11/printbox-0.11.tbz" | ||
checksum: [ | ||
"sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" | ||
"sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" | ||
] | ||
} | ||
x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
opam-version: "2.0" | ||
synopsis: | ||
"Allows to print nested boxes, lists, arrays, tables in several formats" | ||
maintainer: ["c-cube" "lukstafi"] | ||
authors: ["Simon Cruanes" "Guillaume Bury" "lukstafi"] | ||
license: "BSD-2-Clause" | ||
tags: ["print" "box" "table" "tree"] | ||
homepage: "https://github.com/c-cube/printbox" | ||
bug-reports: "https://github.com/c-cube/printbox/issues" | ||
depends: [ | ||
"dune" {>= "3.0"} | ||
"ocaml" {>= "4.08"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/c-cube/printbox.git" | ||
url { | ||
src: | ||
"https://github.com/c-cube/printbox/releases/download/v0.11/printbox-0.11.tbz" | ||
checksum: [ | ||
"sha256=7a3935545f8b44c4380bdd78ac434d4e83b18c98ba96241b3c79530bd75839e9" | ||
"sha512=a77692bfb5e96d6512646f6c7e3a6eb15770e12abb19bd09ef6d0cecf84976f69ff45ac703e56bed0552ed845d8b5afa08346cf0b6895bc3e3fd2add088cfc78" | ||
] | ||
} | ||
x-commit-hash: "0f51fe8cfe2666dc5f357e4a22b133e98f540bcd" |