c8bd91bf89
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>
9 lines
229 B
Plaintext
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/
|