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
|
Source: golang-google-appengine
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>,
MartÃn Ferrari <tincho@debian.org>,
Michael Stapelberg <stapelberg@debian.org>,
Tim Potter <tpot@hpe.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-golang (>= 1.17~),
golang-any,
golang-golang-x-net-dev (>= 1:0.0+git20180724.3673e40~),
golang-golang-x-text-dev (>= 0.3.0~),
golang-goprotobuf-dev (>= 1.2.0~)
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-appengine
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-appengine.git
Homepage: http://google.golang.org/appengine
XS-Go-Import-Path: google.golang.org/appengine
Package: golang-google-appengine-dev
Architecture: all
Depends: golang-golang-x-net-dev (>= 1:0.0+git20180724.3673e40~),
golang-golang-x-text-dev (>= 0.3.0~),
golang-goprotobuf-dev (>= 1.2.0~),
${misc:Depends},
${shlibs:Depends}
Description: basic functionality for Google App Engine
For more information on how to write Go apps for Google App Engine, see:
https://cloud.google.com/appengine/docs/go/
|