golang-github-grpc-ecosystem-grpc-gateway 1.2.2-1 source package in Ubuntu

Changelog

golang-github-grpc-ecosystem-grpc-gateway (1.2.2-1) unstable; urgency=medium

  * Team upload.

  [ Shengjing Zhu ]
  * New upstream release.
  * Update Standards-Version to 4.1.0
    + Change priority to optional
    + Use https in copyright format url
  * d/control:
    + Bump golang-google-grpc-dev to 1.6.0
    + Add Testsuite
  * exclude examples dir when building
  * Add upstream patch to fix failed test

  [ Martín Ferrari ]
  * Differentiate package descriptions.

 -- Martín Ferrari <email address hidden>  Wed, 13 Sep 2017 03:50:30 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-grpc-ecosystem-grpc-gateway_1.2.2-1.dsc 2.6 KiB c433e7fde0c6f430c304b4e259e5874c42911c883f9c2d02a6943057525f2ce3
golang-github-grpc-ecosystem-grpc-gateway_1.2.2.orig.tar.gz 120.7 KiB e2f0b5f3e4da523b684f246ab478e9661ccbceb556b1e5c94675ea0563d00c81
golang-github-grpc-ecosystem-grpc-gateway_1.2.2-1.debian.tar.xz 3.9 KiB 482d3681472ea8ad4bbccd61b668ac110c8ecafecd7e4ff1b22af877f958db7c

No changes file available.

Binary packages built by this source

golang-github-grpc-ecosystem-grpc-gateway-dev: 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.

golang-grpc-gateway: 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.

golang-grpc-gateway-dbgsym: debug symbols for golang-grpc-gateway