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 33 34 35 36 37 38
|
Source: golang-google-grpc
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
MartÃn Ferrari <tincho@debian.org>,
Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper (>= 9),
dh-golang (>= 1.17~),
golang-any (>= 2:1.5.1~),
golang-glog-dev | golang-github-golang-glog-dev,
golang-goprotobuf-dev (>= 0.0~git20161116~),
golang-github-ugorji-go-codec-dev,
golang-golang-x-net-dev (>= 0.0+git20160110~),
golang-golang-x-oauth2-google-dev,
protobuf-compiler (>= 3.0.0~),
Standards-Version: 3.9.8
Homepage: https://godoc.org/google.golang.org/grpc
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-google-grpc.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-google-grpc.git
XS-Go-Import-Path: google.golang.org/grpc
Package: golang-google-grpc-dev
Provides: golang-github-grpc-grpc-go-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
golang-github-ugorji-go-codec-dev,
golang-glog-dev | golang-github-golang-glog-dev,
golang-golang-x-net-dev (>= 0.0+git20160110~),
golang-golang-x-oauth2-google-dev,
golang-goprotobuf-dev (>= 0.0~git20161116~),
Description: implementation of gRPC in Go
Implementation of an RPC system called gRPC in Golang.
.
Remote Procedure Calls (RPCs) provide a useful abstraction for building
distributed applications and services. This library provides a concrete
implementation of the gRPC protocol, layered over HTTP/2.
|