Config.in 589 B

1234567891011121314151617
  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
  7. Libfastjson is a fork from json-c. The aim of this project
  8. is not to provide a slightly modified clone of json-c.
  9. Its aim is to provide:
  10. - a small library with essential json handling functions
  11. - sufficiently good json support (not 100% standards
  12. compliant)
  13. - be very fast in processing
  14. https://github.com/rsyslog/libfastjson/