diff options
Diffstat (limited to 'libraries/rapidjson/slack-desc')
-rw-r--r-- | libraries/rapidjson/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/rapidjson/slack-desc b/libraries/rapidjson/slack-desc new file mode 100644 index 0000000000000..98a0ed3cfe5f9 --- /dev/null +++ b/libraries/rapidjson/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------------------------------------------------------| +rapidjson: rapidjson (A fast JSON parser/generator for C++) +rapidjson: +rapidjson: RapidJSON is a JSON parser and generator for C++. It was inspired by +rapidjson: RapidXml. Features: SAX and DOM support, fast, self-contained and +rapidjson: header-only. memory-friendly, Unicode-friendly. +rapidjson: +rapidjson: +rapidjson: +rapidjson: +rapidjson: https://github.com/miloyip/rapidjson +rapidjson: |