package/x11r7/xdriver_xf86-video-openchrome: bump version to 0.5.0
[buildroot-gz.git] / package / libucl / Config.in
bloba94701e1d02b29f44139715d4b315199be393bf2
1 config BR2_PACKAGE_LIBUCL
2         bool "libucl"
3         help
4           Universal configuration library parser
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.
15           https://github.com/vstakhov/libucl