slackbuilds/development/protobuf3
Matteo Bernardini 6c076714be
development/protobuf3: Added the pyhton3-{build,wheel} deps.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-05 15:18:22 +07:00
..
README
protobuf3.SlackBuild development/protobuf3: Updated for version 26.1. 2024-04-03 06:26:11 +07:00
protobuf3.info development/protobuf3: Added the pyhton3-{build,wheel} deps. 2024-04-05 15:18:22 +07:00
slack-desc
soversion.patch development/protobuf3: Updated for version 25.3. 2024-03-06 18:11:14 +07:00

README

protobuf3 (Google's data interchange format)

Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data.

This package contains protobuf API version 3.
It support the following language implementations:
* C++
* Java
* Python
* Objective-C
* C#
* JavaNano
* JavaScript
* Ruby
* Go
* PHP (Alpha)

The complete documentation for Protocol Buffers is available at:
https://developers.google.com/protocol-buffers/

Notes: 
* The protobuf build (API version 2) has been removed from
  SlackBuilds.org, because nothing uses it any longer and it
  conflicted with this build.
* Protobuf3 enforces strict UTF-8 checking.
  Parsing will fail if a string field contains non UTF-8 data.