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