diff options
author | Martin BĂ„ngens <marbangens@gmail.com> | 2022-07-02 01:32:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:42:31 +0700 |
commit | 8a91ab6cfa6db5cefbb2d736630e960c430ea560 (patch) | |
tree | b29ac8625f18216763710efed238d87cc5fa7821 /libraries/bitsery/slack-desc | |
parent | 63c0677fdaca90ba1d9b67bb2c774dd645392811 (diff) |
libraries/bitsery: Added (C++ Binary Serialization Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/bitsery/slack-desc')
-rw-r--r-- | libraries/bitsery/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/bitsery/slack-desc b/libraries/bitsery/slack-desc new file mode 100644 index 0000000000000..da1e2126e0c3d --- /dev/null +++ b/libraries/bitsery/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------------------------------------------------------| +bitsery: bitsery (Header only C++ binary serialization library) +bitsery: +bitsery: It is designed around the networking requirements for real-time data +bitsery: delivery, especially for games. All cross-platform requirements are +bitsery: enforced at compile time, so serialized data do not store any +bitsery: meta-data information and is as small as possible. +bitsery: +bitsery: +bitsery: +bitsery: +bitsery: |