パッケージ: golang-github-openprinting-goipp-dev (1.0.0-2)
golang-github-openprinting-goipp-dev に関するリンク
Trisquel の資源:
golang-github-openprinting-goipp ソースパッケージをダウンロード:
- [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]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Debian Printing Team (メールアーカイブ)
- Roger Shimizu
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.