Config.in 424 B

123456789101112131415161718
  1. config BR2_PACKAGE_CJSON
  2. bool "cJSON"
  3. help
  4. An ultra-lightweight, portable, single-file, simple-as-can-be
  5. ANSI-C compliant JSON parser, under MIT license.
  6. https://github.com/DaveGamble/cJSON
  7. if BR2_PACKAGE_CJSON
  8. config BR2_PACKAGE_CJSON_UTILS
  9. bool "cJSON utils"
  10. help
  11. Supplementary library with support for JSON Pointer
  12. (RFC-6901), JSON Patch (RFC-6902), JSON Merge Patch
  13. (RFC-7386), and more.
  14. endif