summaryrefslogtreecommitdiffstats
path: root/libraries/protozero/slack-desc
diff options
context:
space:
mode:
author Michales Michaloudes <korgie@gmail.com>2024-02-13 10:05:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-13 12:36:11 +0700
commit52a58041526a1b6091d11ac7b37358dab0ef1779 (patch)
tree8966166c70a0b2f45813b43aa23856ca8b742d76 /libraries/protozero/slack-desc
parentad4fc30ab5f28bbb6027d47afda5920aed6a635a (diff)
downloadslackbuilds-52a58041526a1b6091d11ac7b37358dab0ef1779.tar.gz
slackbuilds-52a58041526a1b6091d11ac7b37358dab0ef1779.tar.xz
libraries/protozero: Added (protocol buffer decoder and encoder).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--libraries/protozero/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/protozero/slack-desc b/libraries/protozero/slack-desc
new file mode 100644
index 0000000000..5286673b76
--- /dev/null
+++ b/libraries/protozero/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------------------------------------------------------|
+protozero: protozero (Minimalistic protocol buffer decoder and encoder in C++.)
+protozero: Designed for high performance. Suitable for writing zero copy parsers
+protozero: and encoders with minimal need for run-time allocation of memory.
+protozero: Low-level: this is designed to be a building block for writing a very
+protozero: customized decoder for a stable protobuf schema. If your protobuf
+protozero: schema is changing frequently or lazy decoding is not critical for
+protozero: your application then this approach offers no value: just use the C++
+protozero: API that can be generated with the Google Protobufs protoc program.
+protozero:
+protozero:
+protozero: