summaryrefslogtreecommitdiffstats
path: root/libraries/protobuf-c/slack-desc
blob: 99a36d85705defb182ac78c1a3ca28916a8eb11d (plain)
# 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