File: control

package info (click to toggle)
grpc-proto 0.0~git20230110.6956c0e-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 324 kB
  • sloc: sh: 29; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 966 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
Source: grpc-proto
Section: misc
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/grpc/grpc-proto
Vcs-Browser: https://salsa.debian.org/debian/grpc-proto
Vcs-Git: https://salsa.debian.org/debian/grpc-proto.git

Package: grpc-proto
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Protobuf protocol definitions for gRPC services
 Remote Procedure Calls (RPCs) provide a useful abstraction for building
 distributed applications and services.
 .
 gRPC is a modern open source high performance RPC framework that can
 run in any environment.
 .
 Protocol Buffers (Protobuf) are a flexible, efficient, automated
 mechanism for serializing structured data - similar to XML, but
 smaller, faster, and simpler.
 .
 This package provides the Protobuf protocol definitions (.proto files)
 for gRPC services.