diff options
author | SPN Team <pwmn-master@hotmail.com> | 2022-07-08 12:46:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:07 +0700 |
commit | 60bcf50d11aaad9b4deebb2e50039dbb62f8157f (patch) | |
tree | 4987499d435db9a75bbcb3c2b4364afb081c1d02 /development/cJSON/slack-desc | |
parent | 9dc27da3897465da743ae31f615b19f8b9536371 (diff) |
development/cJSON: Added (Ultralightweight JSON parser in ANSI C.)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cJSON/slack-desc')
-rw-r--r-- | development/cJSON/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/cJSON/slack-desc b/development/cJSON/slack-desc new file mode 100644 index 0000000000000..8647dc1fbc9fe --- /dev/null +++ b/development/cJSON/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------------------------------------------------------| +cJSON: cJSON (Ultralightweight JSON parser in ANSI C.) +cJSON: +cJSON: cJSON aims to be the dumbest possible parser that you can get your +cJSON: job done with. It's a single file of C, and a single header file. +cJSON: +cJSON: +cJSON: +cJSON: +cJSON: +cJSON: +cJSON: https://github.com/DaveGamble/cJSON |