slackbuilds_ponce/libraries/cereal
Andrew Clemons c9ffd57afc
libraries/cereal: Remove template comments (pass sbolint).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-10-01 09:01:18 +07:00
..
cereal.info
cereal.SlackBuild
README
slack-desc

cereal is a header-only C++11 serialization library.
cereal takes arbitrary data types and reversibly turns them into
different representations, such as compact binary encodings, XML,
or JSON.

cereal was designed to be fast, light-weight, and easy to extend.