File: control

package info (click to toggle)
golang-github-tent-http-link-go 0.0~git20130702.0.ac974c6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 26
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,067 bytes parent folder | download
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
Source: golang-github-tent-http-link-go
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-gopkg-check.v1-dev
Standards-Version: 3.9.6
Homepage: https://github.com/tent/http-link-go
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-tent-http-link-go.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-tent-http-link-go.git
XS-Go-Import-Path: github.com/tent/http-link-go

Package: golang-github-tent-http-link-go-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-gopkg-check.v1-dev
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.