libucl: import snapshot 2024-02-06(cherry picked from commit ddca081d382c7275bb6328c730182a007334c939)
Fix build post a0409676120c1e558d0ade943019934e0f15118d.
libucl: vendor import snapshort 20210314
Import libucl 20170219MFC after: 3 days
Import libucl 20160812
Fix build with external gccCompletly disable some extra optimisation for very recent gcc.They would require some updated in the runtime which we do not have yet
Ensure old gcc does not accidently get the attributes it does not know about
Import libucl snapshot 20160604It replaces xxhash with mumhashIt fixes issues with msgpack on non x86
Import libucl 0.8.0
Root out files that don't really belong here and could in fact screwyou over if you happen to use git for FreeBSD development, as it isthe case with the unbound/.gitignore, which lits files that ar
Root out files that don't really belong here and could in fact screwyou over if you happen to use git for FreeBSD development, as it isthe case with the unbound/.gitignore, which lits files that areactually required for the buildworld.MFC after: 1 day
show more ...
Update libucl to latest git snapshot (20151027)
Update libucl to git version 8d3b186
Update libucl to latest versionWhile here correctly link libucl to libm and register the dependency on libmfor static building
Merge libucl 20140718 (fixes a bug in the parser)
Update libucl to the 2014-07-16 snapshotThis update brings streamlined ucl emitter support
merge libucl 20140514this version brings xpath-like interface for ucl objects
Import libucl 0.4.0Adapt pkg(7) to the new libucl API
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
Update to 20140321This brings schema validationMFC after: 1 week
Update libucl to 2014-03-03
Import libucl into headUCL is heavily infused by nginx configuration as the example of a convenientconfiguration system. However, UCL is fully compatible with JSON format and isable to parse json
Import libucl into headUCL is heavily infused by nginx configuration as the example of a convenientconfiguration system. However, UCL is fully compatible with JSON format and isable to parse json files.UCL is used by pkg(8) for its configuration file as well for the manifest formatin packages, it will be used in base for the pkg boostrap (signature checkingand configuration file parsing.)libucl has been developped and is maintained by vsevolod@