Codebase list golang-github-opennota-urlesc / 5957995
Allow package to be installed with gccgo where golang-go is unavailable Anthony Fok 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1515 Architecture: all
1616 Depends: ${shlibs:Depends},
1717 ${misc:Depends},
18 golang-go
18 golang-go | gccgo
1919 Description: Proper URL escaping as per RFC3986 for Go
2020 Package urlesc implements query escaping as per RFC 3986
2121 for the Go Programming Language.