theConfig 10.0
Loading...
Searching...
No Matches
Overview

theConfig

UPDATE changes since nhi1-release-250425 : 222 files changed, 127 insertions, 746 deletions


SUMMARY theConfig - Support the libconfig native library
NEWS FROM: 10 apr, 2025

The main focus was ATL integration into NHI10 .

NEW features
  • Many changes to theKernel also affect theConfig
  • GENERAL: clean up the namespace and further standardization of names


DETAILS

theConfig is a simple library for processing structured configuration files.
The 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.

theConfig 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.

theConfig includes bindings for languages supported by the Programming-Language-Micro-Kernel (PLMK).
It works on POSIX-compliant UNIX and UNIX-like systems (GNU/Linux, Mac OS X, FreeBSD),
Android, and Windows (2000, XP and later).

DEPENDENCIES theCompiler, theKernel, http://hyperrealm.github.io/libconfig/

Summary

documentation theLink theCompiler
package use '--config' option native 2 managed-object

Files

README , INSTALL , NEWS, CHANGES