ruby-protocol-grpc 0.11.0-1
Package Information
| Description | Protocol abstractions for gRPC, built on top of protocol-http protocol-grpc provides protocol-level abstractions for building gRPC applications: - Protocol-level abstractions - No networking, no client/server implementations. Focuses on gRPC protocol details. - Message framing - Handles gRPC's 5-byte length-prefixed message format with compression support. - Status codes and error handling - Complete gRPC status code support with error hierarchy. - Metadata and trailers - Full support for gRPC metadata headers and HTTP trailers. - Interface definitions - Define service contracts using `Protocol::GRPC::Interface` with PascalCase method names matching `.proto` files. - Middleware pattern - Abstract base class for building gRPC server applications. - Call context - Track deadlines, metadata, and request context for each RPC call. |
|---|---|
| Maintainer | Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org> |
| Changed By | Simon Quigley <tsimonq2@debian.org> |
| Sponsor | tsimonq2@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/ruby-team/ruby-protocol-grpc.git (browse) |
| Tracker | https://tracker.debian.org/pkg/ruby-protocol-grpc |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Version | 0.11.0-1 |
|---|---|
| Changed-By | Simon Quigley |
| Architecture | source all |
| Distribution | unstable |
| Date | Mon, 22 Jun 2026 13:28:52 -0500 |
| Source | ruby-protocol-grpc |
Changelog
ruby-protocol-grpc (0.11.0-1) unstable; urgency=medium . * Initial release.
.dsc
| Package-List | ruby-protocol-grpc deb ruby optional arch=all |
|---|---|
| Section | ruby |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: protocol-grpc Upstream-Contact: https://github.com/socketry/protocol-grpc/issues Source: https://github.com/socketry/protocol-grpc Files: * Copyright: 2025-2026 Samuel Williams License: Expat Files: debian/* Copyright: 2026 Simon Quigley <tsimonq2@debian.org> License: Expat Comment: The Debian packaging is licensed under the same terms as the source. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.