slackbuilds_ponce/misc/protobuf3
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
protobuf3.info misc/protobuf3: Updated for version 3.17.3. 2021-06-19 21:20:04 +07:00
protobuf3.patch
protobuf3.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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/

NOTE: 
* This package should NOT be installed alongside with protobuf.
  Protobuf3 introduced API incompatibility and upstream will
  continue to support protobuf version 2.
* Protobuf3 enforces strict UTF-8 checking.
  Parsing will fail if a string field contains non UTF-8 data.