The iniparser library implements the strict necessary to parse Windows-style ini files and return the information as a dictionary of (hashed) strings.
| Tags | Software Development Libraries |
|---|---|
| Licenses | BSD Original |
| Operating Systems | POSIX Linux Unix |
| Implementation | C |
Recent releases


Changes: Support for multi-line values. Support for systems that do not have strdup(). Better handling of memory allocation failures. Better reporting of syntax errors. One less source file; useless functions have been removed. Better documentation. Test sets and a torture suite. This version should be a drop-in replacement for previous versions.


Changes: The code was cleaned up. The documentation was updated. A minor enhancement was made, allowing case insensitive section names.


Changes: The documentation was updated.


Changes: Initial release on freshmeat. This library has been used in production code since 1999.