aboutsummaryrefslogtreecommitdiff
path: root/dependencies/jsmn/library.json
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-11-13 14:45:57 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-11-13 14:45:57 +0100
commitaac0e77a2c050995f921e39e9927098c5f7054a4 (patch)
tree4f96ba2aa399537550aa61055b03eecff49ea3bc /dependencies/jsmn/library.json
parentf79991d70c66040426cb2c59876d0c48f80fdfe6 (diff)
parent053d3cd29200edb1bfd181d917d140c16c1f8834 (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.json16
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"
+}