diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-17 02:31:05 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 12:09:24 +0700 |
commit | debcaa55c2683e9be28b32df85201bf57524ca6c (patch) | |
tree | 3a89ffdd675b3a006cb90a0a379aca7b8fea799d /development/protobuf3/README | |
parent | 4de44686ed59f59f81bcd3fc939416b2135e4b1e (diff) | |
download | slackbuilds-debcaa55c2683e9be28b32df85201bf57524ca6c.tar.gz |
misc/protobuf3: Moved to development/protobuf3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/protobuf3/README')
-rw-r--r-- | development/protobuf3/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/development/protobuf3/README b/development/protobuf3/README new file mode 100644 index 0000000000..c0fe34acc0 --- /dev/null +++ b/development/protobuf3/README @@ -0,0 +1,27 @@ +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. |