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
|
Source: ruby-googleapis-common-protos-types
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Manas kashyap <manaskashyaptech@gmail.com>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
ruby-google-protobuf (>= 3.14)
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-googleapis-common-protos-types.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-googleapis-common-protos-types
Homepage: https://github.com/googleapis/common-protos-ruby
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-googleapis-common-protos-types
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: Common protobuf types used in Google APIs
Google APIs are typically deployed as API services that are hosted under
different DNS names. One API service may implement multiple APIs and multiple
versions of the same API.
.
Google APIs use Protocol Buffers version 3 (proto3) as their Interface
Definition Language (IDL) to define the API interface and the structure of the
payload messages. The same interface definition is used for both REST and RPC
versions of the API, which can be accessed over different wire protocols.
|