golang-github-openprinting-goipp 1.1.0-0ubuntu1 source package in Ubuntu
Changelog
golang-github-openprinting-goipp (1.1.0-0ubuntu1) noble; urgency=medium * New upstream release. - Needed by ipp-usb 0.99.24 -- Till Kamppeter <email address hidden> Wed, 28 Feb 2024 21:35:17 +0100
Upload details
- Uploaded by:
- Till Kamppeter
- Sponsored by:
- Thomas Ward
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc | |
Noble | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-openprinting-goipp_1.1.0.orig.tar.gz | 38.7 KiB | 5ab70b8e334efb98988fb77ce33ff44530bcca89480e01622413d94fc1daf4bf |
golang-github-openprinting-goipp_1.1.0-0ubuntu1.debian.tar.xz | 3.1 KiB | cc49b427f5ee7a12e4fdc5f13bc8f1bed615ae9dfe7e476510df3dcc1a95db12 |
golang-github-openprinting-goipp_1.1.0-0ubuntu1.dsc | 2.4 KiB | 7394c175407994171942a459c330c09807d9a8fd94ece9fee1adadeae1036d80 |
Available diffs
Binary packages built by this source
- golang-github-openprinting-goipp-dev: 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.