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-dghubble-sling
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-google-go-querystring-dev,
golang-golang-x-oauth2-dev
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dghubble-sling
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dghubble-sling.git
Homepage: https://github.com/dghubble/sling
XS-Go-Import-Path: github.com/dghubble/sling
Package: golang-github-dghubble-sling-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-google-go-querystring-dev,
golang-golang-x-oauth2-dev
Description: HTTP client library for creating and sending API requests
Sling is a Go HTTP client library for creating and sending API requests.
|