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-google-go-querystring
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>, Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-google-go-cmp-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-go-querystring
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-go-querystring.git
Homepage: https://github.com/google/go-querystring
XS-Go-Import-Path: github.com/google/go-querystring
Rules-Requires-Root: no
Package: golang-github-google-go-querystring-dev
Architecture: all
Depends: golang-github-google-go-cmp-dev, ${misc:Depends}
Multi-Arch: foreign
Description: library for encoding structs into URL query parameters
go-querystring is Go library for encoding structs into URL query
parameters. go-querystring is designed to assist in scenarios where
you want to construct a URL using a struct that represents the URL
query parameters.
|