diff options
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 0000000000..99a36d8570 --- /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 |