IniList
Update of "IniList"
Not logged in
Public Repositories
mwm's Repositories

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 765de34d030afd763dd17ed9d9af2fda4bb52973
Page Name:IniList
Date: 2015-07-18 21:20:29
Original User: mwm
Mimetype:text/x-markdown
Content

IniList - a list-based ini file parser/writer

This is a Haskell library for reading and writing those .ini config files for which there is no standard.

Why another one? Because I needed to deal with .ini files with duplicate sections, and duplicate options in a section, which none of the extant libraries at the time handled.

More information is available on hackage, if anywhere.