diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-07-02 02:12:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:35 +0700 |
commit | 75e1c63a5d52ef93215043f3b8a8d08c4262d02b (patch) | |
tree | 53cec91864ca540fb88083c9fb49a1c4b3c774b8 /libraries/libucl/README | |
parent | 5b8921cc97554080b8dda216349ae25c689f902b (diff) | |
download | slackbuilds-75e1c63a5d52ef93215043f3b8a8d08c4262d02b.tar.gz |
libraries/libucl: Added (BSD's Universal Config Lang. - git version)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libucl/README')
-rw-r--r-- | libraries/libucl/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libucl/README b/libraries/libucl/README new file mode 100644 index 0000000000..20fcca85c5 --- /dev/null +++ b/libraries/libucl/README @@ -0,0 +1,12 @@ +Libucl is a universal configuration library parser. +UCL is heavily infused by nginx configuration as the example of a +convenient configuration system. +However, UCL is fully compatible with JSON format and is able to parse +json files. +UCL has clear design that should be very convenient for reading and +writing. At the same time it is compatible with JSON language and +therefore can be used as a simple JSON parser. Macro logic provides an +ability to extend configuration language +(for example by including some lua code) and comments allow to disable +or enable the parts of a configuration quickly. +examples at github page. |