Libconfig

From MCEWiki

libconfig is a simple library for parsing structured configuration files written by Mark Lindner. It is used by MAS and MCE script to parse the mce.cfg, mas.cfg, and experiment.cfg files.

The MAS utility mas_param, can be used to read and write libconfig files from the command line.

libconfig documentation is available here:

Installing

libconfig is available in the universe component of the Ubuntu 10.04 repository, and in the main repository from 10.10 onwards. To install it, run

 sudo apt-get install libconfig8

For older releases, libconfig is distributed under the terms of the GNU Lesser General Public License and may be download free of charge from the author's site: