Config.in 590 B

123456789101112131415
  1. config BR2_PACKAGE_LIBUCL
  2. bool "libucl"
  3. help
  4. Universal configuration library parser
  5. Libucl is a parser and C API to parse and generate ucl
  6. objects. Libucl consist of several groups of functions:
  7. parser, emitting, conversion, generation, iteration,
  8. validation, and utility. These functions can be used to work
  9. with several formats: JSON, compact JSON, configuration
  10. (nginx like), and YAML. Libucl has clear design that should
  11. be very convenient for reading and writing and makes for an
  12. ideal parser with high performance.
  13. https://github.com/vstakhov/libucl