File: control

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-gateway.v2 2.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,148 kB
  • sloc: javascript: 352; makefile: 136; sh: 26
file content (49 lines) | stat: -rw-r--r-- 1,867 bytes parent folder | download
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
Source: golang-github-grpc-ecosystem-grpc-gateway.v2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 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-github-golang-protobuf-1-5-dev,
 golang-google-genproto-dev (>= 0.0~git20210726.e7812ac),
 golang-google-grpc-dev (>= 1.6.0),
 golang-google-protobuf-dev,
 golang-gopkg-yaml.v3-dev,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-grpc-gateway.v2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-grpc-gateway.v2.git
Homepage: https://github.com/grpc-ecosystem/grpc-gateway
XS-Go-Import-Path: github.com/grpc-ecosystem/grpc-gateway/v2

Package: golang-github-grpc-ecosystem-grpc-gateway.v2-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~git20210726.e7812ac),
 golang-google-grpc-dev (>= 1.6.0),
 golang-github-golang-protobuf-1-5-dev,
 golang-gopkg-yaml.v3-dev,
 ${misc:Depends},
 ${shlibs:Depends},
Description: gRPC to JSON proxy generator for Golang v2 -- 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 for the v2 version.