buildroot/package/jsmn/Config.in
David Bachelart c8bd91bf89 jsmn: new package
Signed-off-by: David Bachelart <david.bachelart@bbright.com>
[Thomas:
 - fix license, it's MIT, not BSD
 - use TARGET_CONFIGURE_OPTS instead of manually passing CC and AR
 - use full destination path
 - keep only sha256 hash
 - rewrap Config.in help text]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-28 23:03:31 +13:00

9 lines
229 B
Plaintext

config BR2_PACKAGE_JSMN
bool "jsmn"
help
jsmn (pronounced like 'jasmine') is a minimalistic JSON
parser in C. It can be easily integrated into
resource-limited or embedded projects.
https://github.com/zserge/jsmn/