mirror of
https://github.com/lxsang/silk.git
synced 2024-11-10 07:18:22 +01:00
17 lines
368 B
JSON
17 lines
368 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|