From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,269db5b024edfde6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-24 10:37:32 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: rm@gunlab.com.ru (Roman V. Isaev) Newsgroups: comp.lang.ada Subject: config file library Date: 24 May 2003 10:37:31 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 195.151.20.194 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1053797851 28055 127.0.0.1 (24 May 2003 17:37:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 24 May 2003 17:37:32 GMT Xref: archiver1.google.com comp.lang.ada:37733 Date: 2003-05-24T17:37:32+00:00 List-Id: Is there any config file libraries in the wild (i.e. LGPL or public domain, so it could be linked in the proprietary program)? Something able to handle windows-like .ini file with sections and comments or apache-like config would be fine. I tried to google for something like that, but did not find anything useful so far...