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: | David MENTRE <david.mentre@g...> |
| Subject: | Looking for a configuration file library |
Hello, For easy configuration of my programs, I'm looking for some OCaml code to read and write a user configuration file. Currently, I have following requirements: - pure OCaml, without depencies on other libraries (I have enough depencies in my program); - allows human readable and editable configuration files (i.e. no XML), preferably structured; - (preferably) allows to easily load and save OCaml data structure, like Hashtbl. On the Hump, I found Config_file: http://caml.inria.fr/cgi-bin/hump.fr.cgi?contrib=335 Any other suggestion? Many thanks in advance, Yours, d.