summaryrefslogtreecommitdiff
path: root/debian/control
blob: 3faa957053b4454ab757bf82d0096fbb7f6f5a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: golang-github-openprinting-goipp
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Didier Raboud <odyx@debian.org>,
 Debian Printing Team <debian-printing@lists.debian.org>,
 Roger Shimizu <rosh@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-openprinting-goipp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-openprinting-goipp.git
Homepage: https://github.com/OpenPrinting/goipp
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/OpenPrinting/goipp

Package: golang-github-openprinting-goipp-dev
Architecture: all
Depends: ${misc:Depends}
Description: 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.