Source release v3.1.0
This commit is contained in:
16
third_party/jsmn/library.json
vendored
Normal file
16
third_party/jsmn/library.json
vendored
Normal file
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user