Browse thread
Looking for a configuration file library
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Richard Jones <rich@a...> |
| Subject: | Re: [Caml-list] Looking for a configuration file library |
On Tue, Sep 27, 2005 at 03:09:18PM +0200, David MENTRE wrote: > For easy configuration of my programs, I'm looking for some OCaml code > to read and write a user configuration file. [...] This is probably not directly relevant to you, but we have had a lot of success using comma-separated values (CSV) files for configuration. Our "configuration" requirements consist mainly of long lists of advertising campaigns and targets, so obviously CSV files make a bit of sense here. Our campaign manager edits the CSV files using Excel. The CSV files translate into in-memory 'string list list' structures and are thus simple to iterate over and generate. http://merjis.com/developers/csv Rich. -- Richard Jones, CTO Merjis Ltd. Merjis - web marketing and technology - http://merjis.com Team Notepad - intranets and extranets for business - http://team-notepad.com