slackbuilds_ponce/misc/protobuf3
Willy Sudiarto Raharjo 53e66fc5c9 misc/protobuf3: Updated for version 3.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-05-20 08:18:40 +07:00
..
protobuf3.info misc/protobuf3: Updated for version 3.5.2. 2018-05-20 08:18:40 +07:00
protobuf3.SlackBuild misc/protobuf3: Updated for version 3.5.2. 2018-05-20 08:18:40 +07:00
README misc/protobuf3: Updated for version 3.5.1.1, add python3 support. 2018-01-06 06:41:50 +07:00
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.
* This SlackBuild installs the Python2 bindings by default.
  Python3 bindings will be installed if Python3 is installed.