Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

gblach/uncle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uncle - Convert UCL config file to desired format

'Uncle' is a tool, which can convert UCL config file to the following formats:

  • Human readable config
  • Fine formated JSON
  • Compacted JSON
  • Embedded YAML
  • Msgpack

UCL is described at https://github.com/vstakhov/libucl

Installation

  1. Install libucl (depending on your OS)
  2. Build: make (tested with Gnu make and BSD make)
  3. Install: make install