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