A summary of data about the Ruby ecosystem.

https://github.com/protocolbuffers/protobuf

Protocol Buffers - Google's data interchange format
https://github.com/protocolbuffers/protobuf

Keywords

marshalling protobuf protobuf-runtime protoc protocol-buffers protocol-compiler rpc serialization

Keywords from Contributors

rubygems activerecord activejob mvc rack rubocop sinatra ruby-gem crash-reporting deployment

Last synced: about 16 hours ago
JSON representation

Repository metadata

Protocol Buffers - Google's data interchange format

README.md

Protocol Buffers - Google's data interchange format

OpenSSF Scorecard

Copyright 2008 Google LLC

Overview

Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
platform-neutral, extensible mechanism for serializing structured data. You
can learn more about it in protobuf's documentation.

This README file contains protobuf installation instructions. To install
protobuf, you need to install the protocol compiler (used to compile .proto
files) and the protobuf runtime for your chosen programming language.

Working With Protobuf Source Code

Most users will find working from
supported releases to be
the easiest path.

If you choose to work from the head revision of the main branch your build will
occasionally be broken by source-incompatible changes and insufficiently-tested
(and therefore broken) behavior.

If you are using C++ or otherwise need to build protobuf from source as a part
of your project, you should pin to a release commit on a release branch.

This is because even release branches can experience some instability in between
release commits.

Bazel with Bzlmod

Protobuf supports
Bzlmod with Bazel 8 +.
Users should specify a dependency on protobuf in their MODULE.bazel file as
follows.

bazel_dep(name = "protobuf", version = <VERSION>)

Users can optionally override the repo name, such as for compatibility with
WORKSPACE.

bazel_dep(name = "protobuf", version = <VERSION>, repo_name = "com_google_protobuf")

Bazel with WORKSPACE

Users can also add the following to their legacy
WORKSPACE file.

Note that with the release of 30.x there are a few more load statements to
properly set up rules_java and rules_python.

http_archive(
    name = "com_google_protobuf",
    strip_prefix = "protobuf-VERSION",
    sha256 = ...,
    url = ...,
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

protobuf_deps()

load("@rules_java//java:rules_java_deps.bzl", "rules_java_dependencies")

rules_java_dependencies()

load("@rules_java//java:repositories.bzl", "rules_java_toolchains")

rules_java_toolchains()

load("@rules_python//python:repositories.bzl", "py_repositories")

py_repositories()

Protobuf Compiler Installation

The protobuf compiler is written in C++. If you are using C++, please follow
the C++ Installation Instructions to install protoc along
with the C++ runtime.

For non-C++ users, the simplest way to install the protocol compiler is to
download a pre-built binary from our GitHub release page.

In the downloads section of each release, you can find pre-built binaries in
zip packages: protoc-$VERSION-$PLATFORM.zip. It contains the protoc binary
as well as a set of standard .proto files distributed along with protobuf.

If you are looking for an old version that is not available in the release
page, check out the Maven repository.

These pre-built binaries are only provided for released versions. If you want
to use the github main version at HEAD, or you need to modify protobuf code,
or you are using C++, it's recommended to build your own protoc binary from
source.

If you would like to build protoc binary from source, see the C++ Installation Instructions.

Protobuf Runtime Installation

Protobuf supports several different programming languages. For each programming
language, you can find instructions in the corresponding source directory about
how to install protobuf runtime for that specific language:

Language Source
C++ (include C++ runtime and protoc) src
Java java
Python python
Objective-C objectivec
C# csharp
Ruby ruby
Go protocolbuffers/protobuf-go
PHP php
Dart dart-lang/protobuf
JavaScript protocolbuffers/protobuf-javascript

Quick Start

The best way to learn how to use protobuf is to follow the tutorials in our
developer guide
.

If you want to learn from code examples, take a look at the examples in the
examples directory.

Documentation

The complete documentation is available at the Protocol Buffers doc site.

Support Policy

Read about our version support policy
to stay current on support timeframes for the language libraries.

Developer Community

To be alerted to upcoming changes in Protocol Buffers and connect with protobuf developers and users,
join the Google Group.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 19,230
Total Committers: 1,337
Avg Commits per committer: 14.383
Development Distribution Score (DDS): 0.825

Commits in past year: 2,276
Committers in past year: 138
Avg Commits per committer in past year: 16.493
Development Distribution Score (DDS) in past year: 0.655

Name Email Commits
Protobuf Team Bot p****t@g****m 3366
Joshua Haberman j****n@g****m 2168
Protobuf Team Bot p****t@g****m 1594
Mike Kruskal m****l@g****m 1073
Adam Cozzette a****e@g****m 682
Jon Skeet j****t@g****m 583
Paul Yang T****g 521
Thomas Van Lenten t****l@g****m 497
Joshua Haberman j****a@r****g 422
Deanna Garcia d****a@g****m 416
Hong Shin h****n@g****m 399
Eric Salo s****o@g****m 375
Sandy Zhang s****g@g****m 325
Jisi Liu j****u@g****m 323
Feng Xiao x****f@g****m 317
Jan Tattermusch j****h@g****m 295
Jie Luo j****o@g****m 280
csharptest r****r@c****t 239
Clayton Knittel c****l@g****m 202
kenton@google.com k****n@g****m@6****d 184
Mark Hansen m****n@g****m 146
Matt Kulukundis k****m@g****m 104
Yilun Chong y****g@g****m 98
Hao Nguyen h****n@g****m 90
Tony Liao t****s@g****m 89
Chris Kennelly c****y@g****m 88
Sydney Acksman o****r@g****m 86
Samuel Benzaquen s****a@g****m 85
David L. Jones d****j@g****m 82
Martijn Vels m****s@g****m 76
and 1307 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 2,019
Total pull requests: 15,463
Average time to close issues: over 1 year
Average time to close pull requests: 11 days
Total issue authors: 1,593
Total pull request authors: 458
Average comments per issue: 4.48
Average comments per pull request: 0.42
Merged pull request: 5,694
Bot issues: 60
Bot pull requests: 13,426

Past year issues: 157
Past year pull requests: 2,901
Past year average time to close issues: 17 days
Past year average time to close pull requests: 6 days
Past year issue authors: 135
Past year pull request authors: 84
Past year average comments per issue: 1.22
Past year average comments per pull request: 0.14
Past year merged pull request: 780
Past year bot issues: 9
Past year bot pull requests: 2,647

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/protocolbuffers/protobuf

Top Issue Authors

  • copybara-service[bot] (60)
  • jhump (22)
  • bshaffer (15)
  • calvin2021y (11)
  • h-vetinari (11)
  • haberman (10)
  • coryan (10)
  • sgowroji (10)
  • FabioBatSilva (8)
  • jtattermusch (8)
  • owent (7)
  • j0078910 (6)
  • JamesNK (6)
  • thomasvl (6)
  • parthea (6)

Top Pull Request Authors

  • copybara-service[bot] (13,365)
  • zhangskz (281)
  • mkruskal-google (179)
  • acozzette (128)
  • deannagarcia (66)
  • dependabot[bot] (60)
  • tempoz (56)
  • JasonLunn (54)
  • haberman (44)
  • anandolee (32)
  • y-yagi (31)
  • cyyever (30)
  • googleberg (25)
  • esrauchg (21)
  • bshaffer (19)

Top Issue Labels

  • inactive (870)
  • untriaged (414)
  • c++ (295)
  • python (179)
  • enhancement (137)
  • c# (102)
  • java (94)
  • bug (85)
  • documentation (84)
  • wait for user action (75)
  • windows (59)
  • cmake (53)
  • php (52)
  • help wanted (50)
  • protoc (49)
  • packaging & distribution (48)
  • ruby (47)
  • json (44)
  • bazel (43)
  • P3 (39)
  • platform related (36)
  • customer issue (27)
  • cleanup (24)
  • question (21)
  • discussion (20)
  • syntax specification (20)
  • upb (18)
  • mac (17)
  • kotlin (15)
  • 22.x (14)

Top Pull Request Labels

  • inactive (213)
  • back-port (123)
  • c++ (98)
  • ruby (92)
  • :a: safe for tests (87)
  • wait for user action (77)
  • python (75)
  • c# (70)
  • dependencies (65)
  • cla: yes (46)
  • php (44)
  • bazel (39)
  • github_actions (38)
  • cmake (34)
  • java (32)
  • jruby (31)
  • cleanup (17)
  • cla: no (16)
  • protoc (15)
  • upb (12)
  • documentation (10)
  • rust (9)
  • bug (8)
  • testing (8)
  • windows (8)
  • conformance tests (7)
  • untriaged (7)
  • editions (7)
  • json (7)
  • packaging & distribution (6)

Package metadata

alpine-v3.18: py3-protobuf

Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 4.21.12-r1 (published about 3 years ago)
  • Last Synced: 2026-04-08T18:07:18.797Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Forks count: 0.0%
    • Average: 0.007%
    • Stargazers count: 0.03%
  • Maintainers (1)
alpine-v3.18: protobuf-vim

Vim syntax for protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.12-r2 (published about 3 years ago)
  • Last Synced: 2026-04-08T18:07:25.662Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Forks count: 0.0%
    • Average: 0.007%
    • Stargazers count: 0.03%
  • Maintainers (1)
alpine-v3.18: ruby-google-protobuf

Ruby bindings to Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.12-r2 (published about 3 years ago)
  • Last Synced: 2026-04-08T18:07:38.735Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Forks count: 0.0%
    • Average: 0.007%
    • Stargazers count: 0.03%
  • Maintainers (1)
alpine-v3.18: protoc

Protocol buffer compiler binary and library

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.12-r2 (published about 3 years ago)
  • Last Synced: 2026-04-08T18:07:41.271Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Forks count: 0.0%
    • Average: 0.007%
    • Stargazers count: 0.03%
  • Maintainers (1)
alpine-v3.18: protobuf

Library for extensible, efficient structure packing

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.12-r2 (published about 3 years ago)
  • Last Synced: 2026-04-08T18:07:39.857Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Forks count: 0.0%
    • Average: 0.007%
    • Stargazers count: 0.03%
  • Maintainers (1)
alpine-v3.18: protobuf-dev

Library for extensible, efficient structure packing (development files)

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.12-r2 (published about 3 years ago)
  • Last Synced: 2026-04-08T18:07:40.028Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Forks count: 0.0%
    • Average: 0.007%
    • Stargazers count: 0.03%
  • Maintainers (1)
alpine-v3.18: py3-protobuf-pyc

Precompiled Python bytecode for py3-protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 4.21.12-r1 (published about 3 years ago)
  • Last Synced: 2026-04-15T17:04:19.766Z (15 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Forks count: 0.0%
    • Average: 0.007%
    • Stargazers count: 0.03%
  • Maintainers (1)
alpine-v3.18: libprotoc

Runtime library for Protocol Buffer compiler

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.12-r2 (published about 3 years ago)
  • Last Synced: 2026-04-08T18:07:24.324Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Forks count: 0.0%
    • Average: 0.007%
    • Stargazers count: 0.03%
  • Maintainers (1)
gem.coop: google-protobuf

Protocol Buffers are Google's data interchange format.

  • Homepage: https://developers.google.com/protocol-buffers
  • Documentation: http://www.rubydoc.info/gems/google-protobuf/
  • Licenses: BSD-3-Clause
  • Latest release: 4.34.1 (published about 1 month ago)
  • Last Synced: 2026-04-27T14:31:31.208Z (3 days ago)
  • Versions: 1,648
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 421,553,425 Total
  • Docker Downloads: 479,694,129
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Downloads: 0.06%
    • Average: 0.068%
    • Docker downloads count: 0.214%
  • Maintainers (1)
  • Advisories:
alpine-edge: libprotobuf

Runtime library for C++ users of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-03-14T15:26:18.122Z (about 2 months ago)
  • Versions: 15
  • Dependent Packages: 16
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.012%
    • Stargazers count: 0.094%
    • Average: 0.143%
    • Dependent packages count: 0.466%
  • Maintainers (1)
rubygems.org: google-protobuf

Protocol Buffers are Google's data interchange format.

repo1.maven.org: com.google.protobuf:protobuf-java

Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.

alpine-v3.17: libprotobuf

Runtime library for C++ users of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.9-r0 (published over 3 years ago)
  • Last Synced: 2026-04-17T20:03:35.725Z (13 days ago)
  • Versions: 1
  • Dependent Packages: 54
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.0%
    • Stargazers count: 0.034%
    • Average: 0.208%
    • Dependent packages count: 0.797%
  • Maintainers (1)
alpine-edge: py3-protobuf

Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 6.31.1-r1 (published 6 months ago)
  • Last Synced: 2026-03-10T07:17:13.195Z (about 2 months ago)
  • Versions: 10
  • Dependent Packages: 7
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.012%
    • Stargazers count: 0.063%
    • Average: 0.28%
    • Dependent packages count: 1.045%
  • Maintainers (1)
conda-forge.org: protobuf

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data,think XML, but smaller, faster, and simpler.

  • Homepage: https://developers.google.com/protocol-buffers/
  • Licenses: BSD-3-Clause
  • Latest release: 4.21.9 (published over 3 years ago)
  • Last Synced: 2026-04-01T16:23:13.974Z (29 days ago)
  • Versions: 67
  • Dependent Packages: 205
  • Dependent Repositories: 668
  • Downloads: 29,434,080 Total
  • Rankings:
    • Stargazers count: 0.145%
    • Forks count: 0.15%
    • Dependent packages count: 0.334%
    • Average: 0.418%
    • Dependent repos count: 1.043%
conda-forge.org: libprotobuf

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data- think XML, but smaller, faster, and simpler.

  • Homepage: https://developers.google.com/protocol-buffers/
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.9 (published over 3 years ago)
  • Last Synced: 2026-04-01T16:20:48.553Z (29 days ago)
  • Versions: 57
  • Dependent Packages: 97
  • Dependent Repositories: 1,203
  • Downloads: 52,099,771 Total
  • Rankings:
    • Stargazers count: 0.145%
    • Forks count: 0.15%
    • Average: 0.418%
    • Dependent repos count: 0.599%
    • Dependent packages count: 0.779%
repo1.maven.org: com.google.protobuf:protobuf-bom

A compatible set of open source libraries for working with protocol buffers.

  • Homepage: https://developers.google.com/protocol-buffers/
  • Documentation: https://appdoc.app/artifact/com.google.protobuf/protobuf-bom/
  • Licenses: BSD-3-Clause
  • Latest release: 4.34.1 (published about 1 month ago)
  • Last Synced: 2026-04-29T16:47:15.313Z (1 day ago)
  • Versions: 184
  • Dependent Packages: 258
  • Dependent Repositories: 593
  • Docker Downloads: 69
  • Rankings:
    • Stargazers count: 0.351%
    • Dependent packages count: 0.365%
    • Average: 0.447%
    • Forks count: 0.529%
    • Dependent repos count: 0.542%
alpine-edge: libprotobuf-lite

Runtime library for C++ users with 'lite runtime' setting of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-03-14T15:25:56.271Z (about 2 months ago)
  • Versions: 15
  • Dependent Packages: 4
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.012%
    • Stargazers count: 0.063%
    • Average: 0.455%
    • Dependent packages count: 1.745%
  • Maintainers (1)
alpine-edge: protobuf

Library for extensible, efficient structure packing

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-03-14T15:25:58.672Z (about 2 months ago)
  • Versions: 15
  • Dependent Packages: 4
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.012%
    • Stargazers count: 0.063%
    • Average: 0.455%
    • Dependent packages count: 1.745%
  • Maintainers (1)
alpine-edge: libprotoc

Runtime library for Protocol Buffer compiler

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-03-14T15:25:45.833Z (about 2 months ago)
  • Versions: 16
  • Dependent Packages: 3
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.012%
    • Stargazers count: 0.063%
    • Average: 0.606%
    • Dependent packages count: 2.348%
  • Maintainers (1)
proxy.golang.org: github.com/protocolbuffers/protobuf

repo1.maven.org: com.google.protobuf:protoc

Protobuf Compiler (protoc) is a compiler for .proto files. It generates language-specific code for Protobuf messages and RPC interfaces.

  • Homepage: https://developers.google.com/protocol-buffers/
  • Documentation: https://appdoc.app/artifact/com.google.protobuf/protoc/
  • Licenses: BSD-3-Clause
  • Latest release: 4.34.1 (published about 1 month ago)
  • Last Synced: 2026-04-29T08:31:03.156Z (1 day ago)
  • Versions: 214
  • Dependent Packages: 70
  • Dependent Repositories: 213
  • Docker Downloads: 69
  • Rankings:
    • Stargazers count: 0.352%
    • Forks count: 0.529%
    • Average: 0.761%
    • Dependent packages count: 1.059%
    • Dependent repos count: 1.103%
repo1.maven.org: com.google.protobuf:protobuf-javalite

Lite version of Protocol Buffers library. This version is targeted for mobile client use rather than server side use. It is optimized for code size, but does not guarantee API/ABI stability.

alpine-v3.17: py3-protobuf

Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 4.21.9-r1 (published over 3 years ago)
  • Last Synced: 2026-04-08T14:07:39.549Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 9
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.0%
    • Stargazers count: 0.034%
    • Average: 1.026%
    • Dependent packages count: 4.07%
  • Maintainers (1)
repo1.maven.org: com.google.protobuf:protobuf-kotlin

Kotlin core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.

alpine-edge: protobuf-dev

Library for extensible, efficient structure packing (development files)

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-03-14T15:23:27.434Z (about 2 months ago)
  • Versions: 15
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.012%
    • Stargazers count: 0.063%
    • Average: 1.526%
    • Dependent packages count: 6.031%
  • Maintainers (1)
anaconda.org: libprotobuf

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data- think XML, but smaller, faster, and simpler.

  • Homepage: https://developers.google.com/protocol-buffers/
  • Licenses: BSD-3-Clause
  • Latest release: 6.33.0 (published 6 months ago)
  • Last Synced: 2026-03-15T20:13:21.693Z (about 2 months ago)
  • Versions: 26
  • Dependent Packages: 14
  • Dependent Repositories: 1,203
  • Rankings:
    • Stargazers count: 0.43%
    • Forks count: 0.584%
    • Average: 1.813%
    • Dependent packages count: 2.55%
    • Dependent repos count: 3.688%
anaconda.org: protobuf

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data,think XML, but smaller, faster, and simpler.

  • Homepage: https://developers.google.com/protocol-buffers
  • Licenses: BSD-3-Clause
  • Latest release: 6.33.5 (published 3 months ago)
  • Last Synced: 2026-03-10T18:50:50.121Z (about 2 months ago)
  • Versions: 26
  • Dependent Packages: 33
  • Dependent Repositories: 668
  • Rankings:
    • Stargazers count: 0.429%
    • Forks count: 0.583%
    • Dependent packages count: 0.889%
    • Average: 2.047%
    • Dependent repos count: 6.286%
alpine-v3.17: libprotoc

Runtime library for Protocol Buffer compiler

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.9-r0 (published over 3 years ago)
  • Last Synced: 2026-04-11T22:05:15.865Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.0%
    • Stargazers count: 0.034%
    • Average: 3.196%
    • Dependent packages count: 12.748%
  • Maintainers (1)
alpine-edge: py3-protobuf-pyc

Precompiled Python bytecode for py3-protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 6.31.1-r1 (published 6 months ago)
  • Last Synced: 2026-04-11T20:04:16.789Z (19 days ago)
  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.011%
    • Stargazers count: 0.061%
    • Average: 3.364%
    • Dependent packages count: 13.386%
  • Maintainers (1)
repo1.maven.org: com.google.protobuf:protobuf-kotlin-lite

Kotlin lite Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.

alpine-edge: ruby-google-protobuf

Ruby bindings to Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Status: removed
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r4 (published over 1 year ago)
  • Last Synced: 2025-05-02T04:16:35.393Z (12 months ago)
  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.012%
    • Stargazers count: 0.063%
    • Average: 3.679%
    • Dependent packages count: 14.641%
  • Maintainers (1)
alpine-edge: protoc

Protocol buffer compiler binary and library

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-04-11T20:05:36.463Z (19 days ago)
  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.012%
    • Stargazers count: 0.063%
    • Average: 3.679%
    • Dependent packages count: 14.641%
  • Maintainers (1)
nuget.org: tfg.protobuff35

See project site for more info.

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: other
  • Latest release: 3.6.2 (published over 5 years ago)
  • Last Synced: 2026-04-26T11:28:33.620Z (4 days ago)
  • Versions: 3
  • Dependent Packages: 4
  • Dependent Repositories: 1
  • Downloads: 10,102 Total
  • Rankings:
    • Forks count: 0.002%
    • Stargazers count: 0.002%
    • Dependent packages count: 3.619%
    • Average: 5.711%
    • Dependent repos count: 7.026%
    • Downloads: 17.904%
  • Maintainers (2)
alpine-v3.17: protobuf-vim

Vim syntax for protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.9-r0 (published over 3 years ago)
  • Last Synced: 2026-04-11T22:05:16.028Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.0%
    • Stargazers count: 0.034%
    • Average: 6.822%
    • Dependent packages count: 27.254%
  • Maintainers (1)
alpine-v3.17: ruby-google-protobuf

Ruby bindings to Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.9-r0 (published over 3 years ago)
  • Last Synced: 2026-04-08T14:07:05.494Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.0%
    • Stargazers count: 0.034%
    • Average: 6.822%
    • Dependent packages count: 27.254%
  • Maintainers (1)
alpine-v3.17: protoc

Protocol buffer compiler binary and library

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.9-r0 (published over 3 years ago)
  • Last Synced: 2026-04-11T22:05:18.218Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.0%
    • Stargazers count: 0.034%
    • Average: 6.822%
    • Dependent packages count: 27.254%
  • Maintainers (1)
alpine-v3.17: libprotobuf-lite

Runtime library for C++ users with 'lite runtime' setting of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.9-r0 (published over 3 years ago)
  • Last Synced: 2026-04-08T14:06:56.296Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Forks count: 0.0%
    • Stargazers count: 0.034%
    • Average: 6.822%
    • Dependent packages count: 27.254%
  • Maintainers (1)
nuget.org: google.protobuf

C# runtime library for Protocol Buffers - Google's data interchange format.

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: other
  • Latest release: 3.34.1 (published about 1 month ago)
  • Last Synced: 2026-04-29T19:15:24.161Z (1 day ago)
  • Versions: 200
  • Dependent Packages: 986
  • Dependent Repositories: 0
  • Downloads: 1,179,550,444 Total
  • Rankings:
    • Stargazers count: 0.002%
    • Forks count: 0.004%
    • Downloads: 0.037%
    • Average: 7.071%
    • Dependent repos count: 14.976%
    • Dependent packages count: 20.335%
  • Maintainers (1)
nuget.org: pulumi.protobuf

Pulumi fork to override DefaultRecursionLimit - C# runtime library for Protocol Buffers - Google's data interchange format.

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 3.33.0 (published 8 months ago)
  • Last Synced: 2026-04-26T11:28:19.811Z (4 days ago)
  • Versions: 4
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 12,308,000 Total
  • Rankings:
    • Downloads: 0.51%
    • Average: 8.186%
    • Dependent repos count: 10.162%
    • Dependent packages count: 13.886%
  • Maintainers (1)
formulae.brew.sh: protobuf@3

Protocol buffers (Google's data interchange format)

  • Homepage: https://github.com/protocolbuffers/protobuf/
  • Licenses: BSD-3-Clause
  • Latest release: 3.20.3 (published over 3 years ago)
  • Last Synced: 2026-04-26T11:28:13.121Z (4 days ago)
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 9 Last month
  • Rankings:
    • Forks count: 0.029%
    • Stargazers count: 0.128%
    • Average: 8.762%
    • Downloads: 9.367%
    • Dependent packages count: 10.151%
    • Dependent repos count: 24.137%
metacpan.org: Protobuf

Namespace reservation for Google's Protocol Buffers

  • Homepage:
  • Licenses: apache_2_0
  • Latest release: 0.001 (published 5 months ago)
  • Last Synced: 2026-04-26T11:28:43.940Z (4 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 1.519%
    • Average: 18.511%
    • Dependent packages count: 35.502%
  • Maintainers (1)
conda-forge.org: libprotobuf-static

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data- think XML, but smaller, faster, and simpler.

  • Homepage: https://developers.google.com/protocol-buffers/
  • Licenses: BSD-3-Clause
  • Latest release: 3.21.9 (published over 3 years ago)
  • Last Synced: 2026-04-01T16:12:23.769Z (29 days ago)
  • Versions: 43
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 525,879 Total
  • Rankings:
    • Stargazers count: 0.12%
    • Forks count: 0.13%
    • Average: 21.363%
    • Dependent repos count: 34.025%
    • Dependent packages count: 51.175%
anaconda.org: libprotobuf-static

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data- think XML, but smaller, faster, and simpler.

  • Homepage: https://developers.google.com/protocol-buffers/
  • Licenses: BSD-3-Clause
  • Latest release: 6.33.0 (published 6 months ago)
  • Last Synced: 2026-03-15T20:13:06.965Z (about 2 months ago)
  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.372%
    • Forks count: 0.609%
    • Average: 24.62%
    • Dependent packages count: 39.804%
    • Dependent repos count: 57.694%
nuget.org: protobuf-vc143

Protocol Buffers 6.33.4 and Abseil 20250814.1 for Visual C++ 2022 (v143), x64 Windows. Includes headers, static libs (/MD, /MDd), and protoc.exe. Built with MSVC v143 (VS 2022 LTSC 17.12), C++20.

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: Apache-2.0
  • Latest release: 6.33.4 (published 2 months ago)
  • Last Synced: 2026-04-26T11:28:59.140Z (4 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 130 Total
  • Rankings:
    • Dependent repos count: 6.198%
    • Dependent packages count: 16.558%
    • Average: 26.323%
    • Downloads: 56.213%
  • Maintainers (1)
nuget.org: protobuf.cpp.devkit

A complete C++ Development Kit for Protocol Buffers. Includes headers and static libraries for x64 Windows.

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: (published 26 days ago)
  • Last Synced: 2026-04-04T11:31:14.832Z (26 days ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 6.204%
    • Dependent packages count: 16.573%
    • Average: 26.342%
    • Downloads: 56.248%
  • Maintainers (1)
anaconda.org: protobuf-bazel-rules

Bazel rules for protobuf

  • Homepage: https://developers.google.com/protocol-buffers
  • Licenses: BSD-3-Clause
  • Latest release: 33.5 (published 3 months ago)
  • Last Synced: 2026-03-10T18:50:23.838Z (about 2 months ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 42.087%
    • Average: 44.178%
    • Dependent repos count: 46.27%
anaconda.org: libprotobuf-python-headers

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data- think XML, but smaller, faster, and simpler.

  • Homepage: https://developers.google.com/protocol-buffers/
  • Licenses: BSD-3-Clause
  • Latest release: 6.33.5 (published 3 months ago)
  • Last Synced: 2026-03-15T20:13:08.049Z (about 2 months ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 51.787%
    • Average: 54.361%
    • Dependent repos count: 56.935%
nixpkgs-unstable: emacsPackages.protobuf-mode

alpine-v3.22: libprotobuf-lite

Runtime library for C++ users with 'lite runtime' setting of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 29.4-r0 (published 12 months ago)
  • Last Synced: 2026-04-11T22:04:26.233Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.21: libprotobuf-lite

Runtime library for C++ users with 'lite runtime' setting of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r4 (published over 1 year ago)
  • Last Synced: 2026-04-11T22:04:28.290Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.21: protoc

Protocol buffer compiler binary and library

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r4 (published over 1 year ago)
  • Last Synced: 2026-04-11T22:04:28.489Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.19: protobuf

Library for extensible, efficient structure packing

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r0 (published over 2 years ago)
  • Last Synced: 2026-04-11T22:04:53.108Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.20: protoc

Protocol buffer compiler binary and library

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r1 (published over 2 years ago)
  • Last Synced: 2026-04-11T22:04:53.140Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.20: libprotobuf

Runtime library for C++ users of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r1 (published over 2 years ago)
  • Last Synced: 2026-04-11T22:04:55.170Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.19: libprotoc

Runtime library for Protocol Buffer compiler

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r0 (published over 2 years ago)
  • Last Synced: 2026-04-11T22:05:00.758Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.19: libprotobuf-lite

Runtime library for C++ users with 'lite runtime' setting of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r0 (published over 2 years ago)
  • Last Synced: 2026-04-08T14:05:34.524Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
guix: emacs-protobuf-mode

Protocol buffers major mode for Emacs

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/protobuf.scm#n668
  • Licenses: bsd-3
  • Latest release: 3.21.9 (published about 2 months ago)
  • Last Synced: 2026-04-27T16:44:45.063Z (3 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
alpine-v3.19: ruby-google-protobuf

Ruby bindings to Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r0 (published over 2 years ago)
  • Last Synced: 2026-04-08T14:05:12.771Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
guix: protobuf-static

Data encoding for remote procedure calls (RPCs)

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/protobuf.scm#n270
  • Licenses: other
  • Latest release: 3.21.9 (published about 2 months ago)
  • Last Synced: 2026-04-27T16:44:46.286Z (3 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
alpine-v3.19: py3-protobuf

Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 4.24.4-r0 (published over 2 years ago)
  • Last Synced: 2026-04-08T14:04:50.895Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.22: protoc

Protocol buffer compiler binary and library

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 29.4-r0 (published 12 months ago)
  • Last Synced: 2026-04-11T22:04:26.472Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.20: ruby-google-protobuf

Ruby bindings to Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r1 (published over 2 years ago)
  • Last Synced: 2026-04-08T09:57:10.831Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.20: protobuf-vim

Vim syntax for protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r1 (published over 2 years ago)
  • Last Synced: 2026-04-08T09:56:55.644Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.21: protobuf

Library for extensible, efficient structure packing

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r4 (published over 1 year ago)
  • Last Synced: 2026-04-11T22:04:10.416Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.20: py3-protobuf

Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 4.24.4-r1 (published about 2 years ago)
  • Last Synced: 2026-03-28T06:10:32.591Z (about 1 month ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.21: libprotoc

Runtime library for Protocol Buffer compiler

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r4 (published over 1 year ago)
  • Last Synced: 2026-03-28T06:06:42.794Z (about 1 month ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.22: protobuf-dev

Library for extensible, efficient structure packing (development files)

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 29.4-r0 (published 12 months ago)
  • Last Synced: 2026-04-11T22:04:17.787Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.21: ruby-google-protobuf

Ruby bindings to Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r4 (published over 1 year ago)
  • Last Synced: 2026-04-11T22:04:28.738Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.20: libprotobuf-lite

Runtime library for C++ users with 'lite runtime' setting of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r1 (published over 2 years ago)
  • Last Synced: 2026-04-02T20:37:06.406Z (28 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.21: libprotobuf

Runtime library for C++ users of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r4 (published over 1 year ago)
  • Last Synced: 2026-04-11T22:04:28.460Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.22: libprotobuf

Runtime library for C++ users of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 29.4-r0 (published 12 months ago)
  • Last Synced: 2026-04-11T22:04:17.374Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.20: protobuf-dev

Library for extensible, efficient structure packing (development files)

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r1 (published over 2 years ago)
  • Last Synced: 2026-03-22T08:13:04.435Z (about 1 month ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.20: protobuf

Library for extensible, efficient structure packing

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r1 (published over 2 years ago)
  • Last Synced: 2026-04-02T04:14:10.136Z (29 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.23: protoc

Protocol buffer compiler binary and library

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-04-09T23:04:43.678Z (21 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.23: libprotoc

Runtime library for Protocol Buffer compiler

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-04-14T15:02:45.076Z (16 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.23: libprotobuf

Runtime library for C++ users of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-04-14T15:02:46.132Z (16 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.23: libprotobuf-lite

Runtime library for C++ users with 'lite runtime' setting of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-04-14T15:02:48.014Z (16 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.19: protoc

Protocol buffer compiler binary and library

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r0 (published over 2 years ago)
  • Last Synced: 2026-03-23T16:15:10.338Z (about 1 month ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.19: libprotobuf

Runtime library for C++ users of protocol buffers

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r0 (published over 2 years ago)
  • Last Synced: 2026-04-02T20:37:01.377Z (28 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.19: protobuf-vim

Vim syntax for protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r0 (published over 2 years ago)
  • Last Synced: 2026-04-02T20:37:02.563Z (28 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.19: protobuf-dev

Library for extensible, efficient structure packing (development files)

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r0 (published over 2 years ago)
  • Last Synced: 2026-04-02T20:37:03.075Z (28 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.20: libprotoc

Runtime library for Protocol Buffer compiler

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r1 (published over 2 years ago)
  • Last Synced: 2026-04-02T20:37:07.181Z (28 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
nixpkgs-24.11: emacsPackages.protobuf-mode

alpine-v3.23: py3-protobuf

Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 6.31.1-r1 (published 6 months ago)
  • Last Synced: 2026-04-15T01:05:11.553Z (16 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
nixpkgs-24.05: emacsPackages.protobuf-mode

alpine-v3.23: protobuf-vim

Vim syntax for protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-04-07T20:05:15.297Z (23 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.23: protobuf-dev

Library for extensible, efficient structure packing (development files)

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-04-07T20:05:15.068Z (23 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.23: protobuf

Library for extensible, efficient structure packing

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 31.1-r1 (published 7 months ago)
  • Last Synced: 2026-04-07T20:05:15.274Z (23 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
nixpkgs-23.11: emacsPackages.protobuf-mode

alpine-v3.23: py3-protobuf-pyc

Precompiled Python bytecode for py3-protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 6.31.1-r1 (published 6 months ago)
  • Last Synced: 2026-04-08T21:03:11.613Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
nixpkgs-23.05: emacsPackages.protobuf-mode

alpine-v3.21: py3-protobuf-pyc

Precompiled Python bytecode for py3-protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 4.24.4-r1 (published about 2 years ago)
  • Last Synced: 2026-04-11T22:04:24.103Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.22: protobuf-vim

Vim syntax for protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 29.4-r0 (published 12 months ago)
  • Last Synced: 2026-04-11T22:04:00.722Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.22: libprotoc

Runtime library for Protocol Buffer compiler

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 29.4-r0 (published 12 months ago)
  • Last Synced: 2026-04-11T22:03:57.539Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.21: protobuf-vim

Vim syntax for protobuf

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r4 (published over 1 year ago)
  • Last Synced: 2026-04-11T22:04:10.407Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.22: py3-protobuf

Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 5.29.4-r0 (published 12 months ago)
  • Last Synced: 2026-04-11T22:04:16.316Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.21: protobuf-dev

Library for extensible, efficient structure packing (development files)

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 24.4-r4 (published over 1 year ago)
  • Last Synced: 2026-04-11T22:04:28.317Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.21: py3-protobuf

Google's data interchange format

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 4.24.4-r1 (published about 2 years ago)
  • Last Synced: 2026-04-11T22:04:23.892Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)
alpine-v3.22: protobuf

Library for extensible, efficient structure packing

  • Homepage: https://github.com/protocolbuffers/protobuf
  • Licenses: BSD-3-Clause
  • Latest release: 29.4-r0 (published 12 months ago)
  • Last Synced: 2026-04-11T22:04:24.431Z (19 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
  • Maintainers (1)

Dependencies

.github/workflows/update_php_repo.yml actions
  • actions/checkout v3 composite
examples/go/go.mod go
  • google.golang.org/protobuf v1.27.1
examples/go/go.sum go
  • github.com/golang/protobuf v1.5.0
  • github.com/google/go-cmp v0.5.5
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/protobuf v1.26.0-rc.1
  • google.golang.org/protobuf v1.27.1
java/bom/pom.xml maven
  • com.google.protobuf:protobuf-java 3.21.12
  • com.google.protobuf:protobuf-java-util 3.21.12
java/kotlin/pom.xml maven
  • com.google.errorprone:error_prone_annotations 2.5.1
  • com.google.protobuf:protobuf-java
  • org.jetbrains.kotlin:kotlin-stdlib 1.6.0
  • com.google.guava:guava test
  • com.google.guava:guava-testlib test
  • com.google.truth:truth test
  • junit:junit test
  • org.jetbrains.kotlin:kotlin-test 1.6.0 test
  • org.mockito:mockito-core test
java/pom.xml maven
  • com.google.protobuf:protobuf-bom 3.21.12 import
  • com.google.guava:guava 31.1-android
  • com.google.guava:guava-testlib 31.1-android test
  • com.google.truth:truth 1.1.2 test
  • junit:junit 4.13.2 test
  • org.mockito:mockito-core 4.3.1 test
ruby/pom.xml maven
  • org.jruby:jruby-complete 9.2.20.1 provided
  • com.google.protobuf:protobuf-java-util 3.21.12
csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj nuget
  • Microsoft.NETFramework.ReferenceAssemblies 1.0.0-preview.2 development
  • NUnit 3.6.1
  • NUnitLite 3.6.1
csharp/src/Google.Protobuf/Google.Protobuf.csproj nuget
  • Microsoft.NETFramework.ReferenceAssemblies 1.0.0 development
  • Microsoft.SourceLink.GitHub 1.0.0 development
  • System.Memory 4.5.3
  • System.Runtime.CompilerServices.Unsafe 4.5.2
csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj nuget
  • Microsoft.NETFramework.ReferenceAssemblies 1.0.2 development
  • Microsoft.NET.Test.Sdk 17.1.0
  • NUnit 3.13.3
  • NUnit3TestAdapter 4.2.1
csharp/src/Google.Protobuf.Test.TestProtos/Google.Protobuf.Test.TestProtos.csproj nuget
  • Microsoft.NETFramework.ReferenceAssemblies 1.0.2 development
php/composer.json packagist
  • phpunit/phpunit >=5.0.0 <8.5.27 development
  • php >=7.0.0
examples/pubspec.yaml pub
  • protobuf
python/docs/requirements.txt pypi
  • googleapis-common-protos ==1.56.1
  • jinja2 ==3.0.0
  • sphinx ==3.0.4
  • sphinx_rtd_theme ==0.4.3
  • sphinxcontrib-napoleon ==0.7
ruby/google-protobuf.gemspec rubygems
  • rake-compiler ~> 1.1.0 development
  • test-unit ~> 3.0, >= 3.0.9 development
.github/workflows/clear_caches.yml actions
  • actions/cache 627f0f41f6904a5b1efbaed9f96d9eb58e92e920 composite
.github/workflows/forked_pr_workflow_check.yml actions
.github/workflows/janitor.yml actions
.github/workflows/staleness_check.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
.github/workflows/staleness_refresh.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
.github/workflows/test_cpp.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • ilammy/msvc-dev-cmd cec98b9d092141f74527d0afa6feb2af698cfe89 composite
  • protocolbuffers/protobuf-ci/bash v2 composite
  • protocolbuffers/protobuf-ci/bazel v2 composite
  • protocolbuffers/protobuf-ci/bazel-docker v2 composite
  • protocolbuffers/protobuf-ci/cross-compile-protoc v2 composite
  • protocolbuffers/protobuf-ci/docker v2 composite
  • protocolbuffers/protobuf-ci/sccache v2 composite
.github/workflows/test_csharp.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • actions/setup-dotnet 607fce577a46308457984d59e4954e075820f10a composite
  • protocolbuffers/protobuf-ci/bazel-docker v2 composite
  • protocolbuffers/protobuf-ci/docker v2 composite
.github/workflows/test_java.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • googleapis/java-cloud-bom/tests/validate-bom fd56f04bb0bc581776a74031591f0b3bc5e7920a composite
  • protocolbuffers/protobuf-ci/bazel-docker v2 composite
  • protocolbuffers/protobuf-ci/cross-compile-protoc v2 composite
.github/workflows/test_objectivec.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • protocolbuffers/protobuf-ci/bash v2 composite
  • protocolbuffers/protobuf-ci/bazel v2 composite
  • protocolbuffers/protobuf-ci/ccache v2 composite
.github/workflows/test_php.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • protocolbuffers/protobuf-ci/bash v2 composite
  • protocolbuffers/protobuf-ci/bazel v2 composite
  • protocolbuffers/protobuf-ci/composer-setup v2 composite
  • protocolbuffers/protobuf-ci/cross-compile-protoc v2 composite
  • protocolbuffers/protobuf-ci/docker v2 composite
  • shivammathur/setup-php d30ad8b1843ace22e6698ab99bbafaa747b6bd0d composite
.github/workflows/test_php_ext.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • actions/download-artifact 9bc31d5ccc31df68ecc42ccf4149144866c47d8a composite
  • actions/upload-artifact 0b7f8abb1508181956e8e162db84b466c27e18ce composite
  • protocolbuffers/protobuf-ci/bazel v2 composite
.github/workflows/test_python.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • actions/setup-python 61a6322f88396a6271a6ee3565807d608ecaddd1 composite
  • protocolbuffers/protobuf-ci/bazel v2 composite
  • protocolbuffers/protobuf-ci/bazel-docker v2 composite
.github/workflows/test_ruby.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • protocolbuffers/protobuf-ci/bazel v2 composite
  • protocolbuffers/protobuf-ci/bazel-docker v2 composite
  • protocolbuffers/protobuf-ci/cross-compile-protoc v2 composite
  • protocolbuffers/protobuf-ci/docker v2 composite
  • ruby/setup-ruby ee26e27437bde475b19a6bf8cb73c9fa658876a2 composite
.github/workflows/test_runner.yml actions
  • actions-ecosystem/action-remove-labels 2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 composite
.github/workflows/test_rust.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • protocolbuffers/protobuf-ci/bazel-docker v2 composite
.github/workflows/test_upb.yml actions
  • actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
  • actions/upload-artifact v3 composite
  • protocolbuffers/protobuf-ci/bazel v2 composite
  • protocolbuffers/protobuf-ci/bazel-docker v2 composite
Protobuf.podspec cocoapods
java/protoc/pom.xml maven
java/test/linkage-monitor-check-bom/pom.xml maven
  • com.google.protobuf:protobuf-bom 3.23.2 import
  • io.grpc:grpc-bom 1.55.3 import
  • com.google.api.grpc:grpc-google-common-protos 2.22.0
  • com.google.api.grpc:proto-google-common-protos 2.22.0
  • com.google.api.grpc:proto-google-iam-v1 1.17.0
  • com.google.api.grpc:proto-google-iam-v2 1.17.0
  • com.google.api.grpc:proto-google-iam-v2beta 1.17.0
  • com.google.cloud:google-cloud-bigquery 2.29.0
  • com.google.cloud:google-cloud-bigtable 2.24.1
csharp/Google.Protobuf.Tools.nuspec nuget
csharp/src/AddressBook/AddressBook.csproj nuget
csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj nuget
csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj nuget
python/protobuf_distutils/setup.py pypi
ruby/Gemfile rubygems
.github/workflows/scorecard.yml actions
  • actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
  • actions/upload-artifact 3cea5372237819ed00197afe530f5a7ea3e805c8 composite
  • github/codeql-action/upload-sarif 17573ee1cc1b9d061760f3a006fc4aac4f944fd5 composite
  • ossf/scorecard-action e38b1902ae4f44df626f11ba0734b14fb91f8f86 composite
python/dist/setup.py pypi
python/requirements.txt pypi
  • numpy <=1.24.4
.github/workflows/test_bazel.yml actions
MODULE.bazel bazel
  • abseil-py 2.1.0 development
  • com_google_protobuf_previous_release 29.0 development
  • com_google_protobuf_v25 25.0 development
  • google_benchmark 1.9.2 development
  • googleapis 0.0.0-20240819-fe8ba054a development
  • googletest 1.15.2 development
  • lua 5.4.6 development
  • rules_buf 0.3.0 development
  • rules_fuzzing 0.5.3 development
  • rules_ruby 0.17.3 development
  • rules_rust 0.63.0 development
  • rules_testing 0.9.0 development
  • abseil-cpp 20250512.1
  • apple_support 1.15.1
  • bazel_features 1.33.0
  • bazel_skylib 1.9.0
  • jsoncpp 1.9.6
  • platforms 0.0.11
  • re2 2024-07-02.bcr.1
  • rules_cc 0.0.17
  • rules_java 8.6.1
  • rules_jvm_external 6.7
  • rules_kotlin 1.9.6
  • rules_license 1.0.0
  • rules_pkg 1.0.1
  • rules_python 1.6.0
  • rules_shell 0.2.0
  • zlib 1.3.1.bcr.5
examples/example_without_cc_toolchain/MODULE.bazel bazel
  • protobuf *
rust/release_crates/Cargo.toml cargo
.github/workflows/publish_to_bcr.yaml actions
.github/workflows/release_bazel_module.yaml actions
.github/workflows/test_hpb.yml actions
  • protocolbuffers/protobuf-ci/bazel-docker v5 composite
  • protocolbuffers/protobuf-ci/checkout v5 composite
.github/workflows/test_release_branches.yml actions
.github/workflows/test_yaml.yml actions
  • protocolbuffers/protobuf-ci/checkout v5 composite
python/docs/environment.yml conda
  • libprotobuf 3.11.4
  • make 4.2.1
  • pip 19.3.1
  • python 3.7.6
  • sphinx 2.4.0
  • sphinx_rtd_theme 0.4.3
examples/MODULE.bazel bazel
  • com_google_protobuf-examples-with-hyphen 0.0.0 development
  • bazel_skylib 1.7.1
  • protobuf 0.0.0
  • rules_cc 0.0.17
  • rules_java 8.6.1
  • rules_pkg 1.0.1
  • rules_python 1.6.0
examples/examples_with_hyphen/MODULE.bazel bazel
  • protobuf 0.0.0
ruby/Gemfile.lock rubygems
  • bigdecimal 4.0.1
  • bundler 2.6.6
  • ffi 1.17.3
  • ffi-compiler 1.3.2
  • power_assert 3.0.1
  • rake 13.3.1
  • rake-compiler 1.3.1
  • rake-compiler-dock 1.11.1
  • test-unit 3.7.7

Score: 41.30125623273714