Source: golang-github-tent-http-link-go
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-gopkg-check.v1-dev
Standards-Version: 4.1.0
Homepage: https://github.com/tent/http-link-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tent-http-link-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tent-http-link-go.git
XS-Go-Import-Path: github.com/tent/http-link-go
Testsuite: autopkgtest-pkg-go

Package: golang-github-tent-http-link-go-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: HTTP Link parsing in Go
 http-link-go implements parsing and serialization of Link header
 values as defined in RFC 5988. Function Format serializes a
 slice of Links into a header value. Function Parse parses a
 Link header value into a slice of Links.