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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: golang-github-grpc-ecosystem-grpc-gateway
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>,
Tim Potter <tpot@hpe.com>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-golang,
golang-any,
golang-github-dghubble-sling-dev,
golang-github-ghodss-yaml-dev,
golang-github-rogpeppe-fastuuid-dev,
golang-glog-dev,
golang-golang-x-net-dev,
golang-google-genproto-dev (>= 0.0~git20190111~),
golang-google-grpc-dev (>= 1.6.0),
golang-goprotobuf-dev (>= 1.2.0),
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-grpc-gateway
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-grpc-gateway.git
Homepage: https://github.com/grpc-ecosystem/grpc-gateway
XS-Go-Import-Path: github.com/grpc-ecosystem/grpc-gateway
Package: golang-github-grpc-ecosystem-grpc-gateway-dev
Architecture: all
Depends: golang-github-dghubble-sling-dev,
golang-github-ghodss-yaml-dev,
golang-github-rogpeppe-fastuuid-dev,
golang-glog-dev,
golang-golang-x-net-dev,
golang-google-genproto-dev (>= 0.0~git20190111~),
golang-google-grpc-dev (>= 1.6.0),
golang-goprotobuf-dev (>= 1.2.0),
${misc:Depends},
${shlibs:Depends},
Description: gRPC to JSON proxy generator for Golang -- sources
Grpc-gateway is a protoc plugin that reads gRPC service definitions
and generates a reverse-proxy server which translates a RESTful JSON
API into gRPC. The server is generated according to custom options in
your gRPC definition and helps you to provide your APIs in both gRPC
and RESTful style at the same time.
.
This package contains the development files.
Package: golang-grpc-gateway
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: gRPC to JSON proxy generator for Golang -- binaries
Grpc-gateway is a protoc plugin that reads gRPC service definitions
and generates a reverse-proxy server which translates a RESTful JSON
API into gRPC. The server is generated according to custom options in
your gRPC definition and helps you to provide your APIs in both gRPC
and RESTful style at the same time.
.
This package contains the generator binaries.
|