caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Parser for configuration file
@ 2004-12-26  1:21 romildo
  2004-12-29  8:57 ` [Caml-list] " Jørgen Hermanrud Fjeld
  0 siblings, 1 reply; 2+ messages in thread
From: romildo @ 2004-12-26  1:21 UTC (permalink / raw)
  To: caml-list

Hi.

Is there a library that implements a parser
for configuration files similar to the *.ini
files from windows? For instance:

  [section 1]
  key1 = value1
  key2 = value2
  
  [section 2]
  key3 = value3
  key4 = value4
  key5 = value5

Romildo


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] Parser for configuration file
  2004-12-26  1:21 Parser for configuration file romildo
@ 2004-12-29  8:57 ` Jørgen Hermanrud Fjeld
  0 siblings, 0 replies; 2+ messages in thread
From: Jørgen Hermanrud Fjeld @ 2004-12-29  8:57 UTC (permalink / raw)
  To: caml-list; +Cc: romildo

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

Hi,
May I suggest ConfigParser from missinglib:
"http://gopher.quux.org:70/devel/missinglib/html/ConfigParser.html"

On Sat, Dec 25, 2004 at 11:21:26PM -0200, romildo@uber.com.br wrote:
> Hi.
> 
> Is there a library that implements a parser
> for configuration files similar to the *.ini
> files from windows? For instance:
> 
>   [section 1]
>   key1 = value1
>   key2 = value2
>   
>   [section 2]
>   key3 = value3
>   key4 = value4
>   key5 = value5
> 
> Romildo
> 

-- 
Sincerely | Homepage:
Jørgen    | http://www.hex.no/jhf
          | Public GPG key:
          | http://www.hex.no/jhf/key.txt


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-29  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-26  1:21 Parser for configuration file romildo
2004-12-29  8:57 ` [Caml-list] " Jørgen Hermanrud Fjeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).