summaryrefslogtreecommitdiffstats
path: root/libraries/protobuf-c/README
diff options
context:
space:
mode:
author Marek Srejma2016-08-24 00:38:30 +0200
committer David Spencer2016-08-28 01:22:59 +0200
commit1ad502def397de803c54f7217cf90f0561f8aa14 (patch)
tree63bf10271752cb73e6148654e5135ae9d6b6976b /libraries/protobuf-c/README
parent7c9785c929613864611c01556089b3585e5fa0c6 (diff)
downloadslackbuilds-1ad502def397de803c54f7217cf90f0561f8aa14.tar.gz
libraries/protobuf-c: Added (Protocol Buffers in C).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/protobuf-c/README')
-rw-r--r--libraries/protobuf-c/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/protobuf-c/README b/libraries/protobuf-c/README
new file mode 100644
index 0000000000..da9d73e53b
--- /dev/null
+++ b/libraries/protobuf-c/README
@@ -0,0 +1,10 @@
+This is protobuf-c, a C implementation of the Google Protocol Buffers
+data serialization format.
+
+It includes libprotobuf-c, a pure C library that implements protobuf
+encoding and decoding, and protoc-c, a code generator that converts
+Protocol Buffer .proto files to C descriptor code, based on the
+original protoc.
+
+protobuf-c formerly included an RPC implementation; that code has been
+split out into the protobuf-c-rpc project.