Source: golang-github-opennota-urlesc Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok 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.