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 28 29 30
|
Source: golang-github-gophercloud-gophercloud
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
MartÃn Ferrari <tincho@debian.org>,
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
golang-golang-x-crypto-dev,
golang-gopkg-yaml.v2-dev,
tzdata,
Standards-Version: 4.2.1
Homepage: https://github.com/gophercloud/gophercloud
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gophercloud-gophercloud
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gophercloud-gophercloud.git
XS-Go-Import-Path: github.com/gophercloud/gophercloud
Testsuite: autopkgtest-pkg-go
Package: golang-github-gophercloud-gophercloud-dev
Architecture: all
Depends: golang-golang-x-crypto-dev,
golang-gopkg-yaml.v2-dev,
${misc:Depends},
${shlibs:Depends},
Description: OpenStack SDK for Go
Gophercloud allows Go developers to connect their applications with
OpenStack clouds. It is fully open source and supports many OpenStack
services like Compute, Object Storage, Identity, Networking and
Block Storage.
|