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 31 32
|
Source: golang-github-gophercloud-gophercloud
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Martina Ferrari <tincho@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any (>= 2:1.11~),
golang-golang-x-crypto-dev,
golang-gopkg-yaml.v2-dev,
tzdata,
Standards-Version: 4.5.0
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
Homepage: https://github.com/gophercloud/gophercloud
XS-Go-Import-Path: github.com/gophercloud/gophercloud
Rules-Requires-Root: no
Package: golang-github-gophercloud-gophercloud-dev
Architecture: all
Depends: golang-golang-x-crypto-dev,
golang-gopkg-yaml.v2-dev,
${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
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.
|