git: fix build with with no threads
[buildroot-gz.git] / package / jsmn / Config.in
blobab142732213e0949a7a3dab2b00b158324b98c76
1 config BR2_PACKAGE_JSMN
2         bool "jsmn"
3         help
4           jsmn (pronounced like 'jasmine') is a minimalistic JSON
5           parser in C. It can be easily integrated into
6           resource-limited or embedded projects.
8           https://github.com/zserge/jsmn/