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
|
Source: golang-github-opennota-urlesc
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/PuerkitoBio/urlesc
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-opennota-urlesc.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-opennota-urlesc.git
XS-Go-Import-Path: github.com/PuerkitoBio/urlesc
Package: golang-github-opennota-urlesc-dev
Architecture: all
Provides: golang-github-puerkitobio-urlesc-dev
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Proper URL escaping as per RFC3986 for Go
Package urlesc implements query escaping as per RFC 3986
for the Go Programming Language.
.
It contains some parts of the net/url package, modified so as to
allow some reserved characters incorrectly escaped by net/url.
See Go Issue 5684 at https://github.com/golang/go/issues/5684
for more information.
|