1Uncle - Convert UCL config file to desired format
2===========================================
3
4'Uncle' is a tool, which can convert UCL config file to the following formats:
5- Human readable config
6- Fine formated JSON
7- Compacted JSON
8- Embedded YAML
9- Msgpack
10
11UCL is described at https://github.com/vstakhov/libucl
12
13
14Installation
15-----------
161. Install libucl (depending on your OS)
172. Build: __make__ (tested with Gnu make and BSD make)
183. Install: __make install__
19