OS4 DepotLogo by McFly 
(anonymous IP: 3.137.174.216,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Library » Misc » libconfig.lha

Libconfig

Description: C/C++ Configuration File Library
Download: libconfig.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 512kb
Version: 1.5
Date: 16 Aug 2015
Author: See AUTHORS file
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://www.hyperrealm.com/libconfig/
Category: development/library/misc
Replaces: development/library/misc/libzip.lha
License: LGPL
Distribute: yes
Min OS Version: 4.0
FileID: 9448
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 103  (Current version)
139  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Libconfig is a simple library for processing structured configuration files,
like this one: test.cfg. This file format is more compact and more readable
than XML. And unlike XML, it is type-aware, so it is not necessary to do
string parsing in application code.

Libconfig is very compact — a fraction of the size of the expat XML
parser
library. This makes it well-suited for memory-constrained systems like
handheld devices.

The library includes bindings for both the C and C++ languages. It works on
POSIX-compliant UNIX and UNIX-like systems (GNU/Linux, Mac OS X, Solaris,
FreeBSD), Android, and Windows (2000, XP and later).

Installation:

Copy SDK ALL SDK:
MakeLink SDK:local/newlib/lib/libconfig.so libconfig.so.11
MakeLink SDK:local/newlib/lib/libconfig++.so libconfig++.so.11




Copyright © 2004-2024 by Björn Hagström All Rights Reserved