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-adroll-goamz
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go,
golang-gopkg-check.v1-dev | golang-check.v1-dev
Standards-Version: 3.9.6
Homepage: https://github.com/AdRoll/goamz
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-adroll-goamz.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-adroll-goamz.git
XS-Go-Import-Path: github.com/AdRoll/goamz
Package: golang-github-adroll-goamz-dev
Architecture: all
Depends: golang-go,
golang-gopkg-check.v1-dev | golang-check.v1-dev,
${misc:Depends},
${shlibs:Depends}
Description: enables Go programs to interact with Amazon Web Services
The goamz package enables Go programs to interact with Amazon Web Services.
.
This is a fork of the version developed within Canonical with additional
functionality and services from a number of contributors!
.
The API of AWS is very comprehensive, though, and goamz doesn't even scratch
the surface of it. That said, it's fairly well tested, and is the foundation in
which further calls can easily be integrated.
|