docker-engine: new package
[buildroot-gz.git] / package / libfastjson / Config.in
blobfbc9b1d68ad1066bc007f89e4918c04ea89108bf
1 config BR2_PACKAGE_LIBFASTJSON
2         bool "libfastjson"
3         # uses the __sync_*_4 intrisics, or pthreads to emulate atomicity
4         depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS
5         help
6           Libfastjson - A fast json library for C
8           Libfastjson is a fork from json-c. The aim of this project
9           is not to provide a slightly modified clone of json-c.
10           Its aim is to provide:
12           - a small library with essential json handling functions
13           - sufficiently good json support (not 100% standards compliant)
14           - be very fast in processing
16           https://github.com/rsyslog/libfastjson/