libucl icon indicating copy to clipboard operation
libucl copied to clipboard

Universal configuration library parser

Results 106 libucl issues
Sort by recently updated
recently updated
newest added

`UCL_STRING_ESCAPE` might be useful for something (though I'm not sure what) but it's not good default behaviour. Strings are escaped during output to meet the needs of the output format,...

###### Build platform ubuntu20.04 ###### Build steps ``` CC = clang CFLAGS = -O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize=fuzzer-no-link LIB_FUZZING_ENGINE="-fsanitize=fuzzer" $CC $CFLAGS $LIB_FUZZING_ENGINE tests/fuzzers/ucl_add_string_fuzzer.c \ -DHAVE_CONFIG_H -I./src -I./include src/.libs/libucl.a...

The last release of this project to pypi was [march of 2018](https://pypi.org/project/ucl/#history). Any chance we could get an update? The libucl project seems to be fairly active. Thank you

Hello, It's currently possible via `ucl_object_lookup_path()` to lookup objects. For example, given the following configuration: ``` section { A { B { key = value; } } } ``` You...

It would be great to have libucl support in [vcpkg](https://github.com/microsoft/vcpkg).

Hello there! I have to say first, that this is one very great configuration library. I really like the ngix like syntax that you choose to make usable. And, this...

I'm successfully building with clang-cl in Visual Studio compatibility mode on Windows using CMake for Windows and Google Ninja. My goal was to get around using any paywalled Microsoft software....

The randomness in the hash implementation makes it difficult for me to reproduce this bug reliably. If I call ucl_object_replace_key replacing property that is a string with another one of...

I was writing a Python web app and it threw a parsing error when using specifying "1tb" (obviously without quotes).

Hello I'm trying to install via pip, but have faced an issue with pip. Error is: ``` $ pip3 install ucl Collecting ucl Using cached https://files.pythonhosted.org/packages/53/a5/fedfc8af32519d2fb172736b7b101239004ae30bdcc036a7c1fdeb152927/ucl-0.8.1.tar.gz Building wheels for collected...