golang-github-openprinting-goipp 1.0.0-1 source package in Ubuntu

Changelog

golang-github-openprinting-goipp (1.0.0-1) unstable; urgency=medium

  * New 1.0.0 tag, identical to latest upstream snapshot

 -- Didier Raboud <email address hidden>  Fri, 21 Aug 2020 10:09:57 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-openprinting-goipp_1.0.0-1.dsc 2.4 KiB f8eb3926c4e9ed9e01db001feebcea3d0cbd9a4b4931e078a84ff2a33e0c7a25
golang-github-openprinting-goipp_1.0.0.orig.tar.gz 31.0 KiB b0ffbd093af6407fe4695075d9a022d23948b9762d2a9e39a2fbb7e9bf474b32
golang-github-openprinting-goipp_1.0.0-1.debian.tar.xz 2.9 KiB e802d95becc6dd9c4be444303079cc08712e4c2d211c4162d6d103555e169d6e

No changes file available.

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.