Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fleshgrinder/protobuf-wkt
Protobuf Well-Known Types
https://github.com/fleshgrinder/protobuf-wkt
protobuf protocol-buffers
Last synced: 24 days ago
JSON representation
Protobuf Well-Known Types
- Host: GitHub
- URL: https://github.com/fleshgrinder/protobuf-wkt
- Owner: Fleshgrinder
- License: unlicense
- Created: 2018-11-23T20:08:57.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T00:33:27.000Z (about 2 months ago)
- Last Synced: 2024-09-12T10:23:59.722Z (about 2 months ago)
- Topics: protobuf, protocol-buffers
- Language: Shell
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protobuf WKT
Mirror of the [`google.protobuf`](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf)
package containing the well-known types only, in contrast to the
[original repository](https://github.com/protocolbuffers/protobuf) that contains
all sorts of other stuff.I created this repository because I wanted to have a single convenient source to
retrieve the well-known types and only the well-known types. This repository
is backed by a scheduled workflow that synchronizes the branches and releases of
this repository with the upstream on a daily basis; filtering out any unwanted
contents.There is a branch for every Protobuf release as well as a tag and a GitHub
release. They contain the WKT Protobuf definitions and the original license
only, nothing else!## License
The content of this branch is licensed under the [Unlicense](UNLICENSE).
Other branches have their own license, please refer to the individual `LICENSE`
files of them.