Pakket: golang-github-openprinting-goipp-dev (1.0.0-2)
Verwijzigingen voor golang-github-openprinting-goipp-dev
Debian bronnen:
Het bronpakket golang-github-openprinting-goipp downloaden:
- [golang-github-openprinting-goipp_1.0.0-2.dsc]
- [golang-github-openprinting-goipp_1.0.0.orig.tar.gz]
- [golang-github-openprinting-goipp_1.0.0-2.debian.tar.xz]
Beheerders:
- Debian Go Packaging Team (QA-pagina)
- Debian Printing Team (QA-pagina, Mailarchief)
- Roger Shimizu (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
IPP core protocol in pure Go Library (RFC 8010)
The goipp library is fairly complete implementation of IPP core protocol in pure Go. Essentially, it is IPP messages parser/composer. Transport is not implemented here, because Go standard library has an excellent built-in HTTP client, and it doesn't make a lot of sense to wrap it here.
High-level requests, like "print a file" are also not implemented, only the low-level stuff.