diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-11-13 14:45:57 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-11-13 14:45:57 +0100 |
commit | aac0e77a2c050995f921e39e9927098c5f7054a4 (patch) | |
tree | 4f96ba2aa399537550aa61055b03eecff49ea3bc /dependencies/jsmn/library.json | |
parent | f79991d70c66040426cb2c59876d0c48f80fdfe6 (diff) | |
parent | 053d3cd29200edb1bfd181d917d140c16c1f8834 (diff) |
Add 'dependencies/jsmn/' from commit '053d3cd29200edb1bfd181d917d140c16c1f8834'
git-subtree-dir: dependencies/jsmn
git-subtree-mainline: f79991d70c66040426cb2c59876d0c48f80fdfe6
git-subtree-split: 053d3cd29200edb1bfd181d917d140c16c1f8834
Diffstat (limited to 'dependencies/jsmn/library.json')
-rw-r--r-- | dependencies/jsmn/library.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dependencies/jsmn/library.json b/dependencies/jsmn/library.json new file mode 100644 index 000000000..8e2f5c257 --- /dev/null +++ b/dependencies/jsmn/library.json @@ -0,0 +1,16 @@ +{ + "name": "jsmn", + "keywords": "json", + "description": "Minimalistic JSON parser/tokenizer in C. It can be easily integrated into resource-limited or embedded projects", + "repository": + { + "type": "git", + "url": "https://github.com/zserge/jsmn.git" + }, + "frameworks": "*", + "platforms": "*", + "examples": [ + "example/*.c" + ], + "exclude": "test" +} |