diff options
author | Marek Srejma <sam_web@yahoo.de> | 2016-08-23 23:38:30 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 1ad502def397de803c54f7217cf90f0561f8aa14 (patch) | |
tree | 63bf10271752cb73e6148654e5135ae9d6b6976b /libraries/protobuf-c/slack-desc | |
parent | 7c9785c929613864611c01556089b3585e5fa0c6 (diff) |
libraries/protobuf-c: Added (Protocol Buffers in C).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/protobuf-c/slack-desc')
-rw-r--r-- | libraries/protobuf-c/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/protobuf-c/slack-desc b/libraries/protobuf-c/slack-desc new file mode 100644 index 000000000000..99a36d85705d --- /dev/null +++ b/libraries/protobuf-c/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +protobuf-c: protobuf-c (Protocol Buffers in C) +protobuf-c: +protobuf-c: This is protobuf-c, a C implementation of the Google Protocol Buffers +protobuf-c: data serialization format. It includes libprotobuf-c, a pure C library +protobuf-c: that implements protobuf encoding and decoding, and protoc-c, a code +protobuf-c: generator that converts Protocol Buffer .proto files to C descriptor +protobuf-c: code, based on the original protoc. protobuf-c formerly included an +protobuf-c: RPC implementation; that code has been split out into the +protobuf-c: protobuf-c-rpc project. +protobuf-c: +protobuf-c: Homepage: https://github.com/protobuf-c/protobuf-c |