aboutsummaryrefslogtreecommitdiff
path: root/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'library.json')
-rw-r--r--library.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/library.json b/library.json
new file mode 100644
index 0000000..8e2f5c2
--- /dev/null
+++ b/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"
+}