slackbuilds_ponce/libraries/protobuf-c/slack-desc
Marek Srejma 1ad502def3 libraries/protobuf-c: Added (Protocol Buffers in C).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-08-28 00:22:59 +01:00

19 lines
1.1 KiB
Text

# 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