Source: golang-github-grpc-ecosystem-grpc-gateway Maintainer: Debian Go Packaging Team Uploaders: Martín Ferrari , Tim Potter , 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.