A standalone, portable Ada package for configuration files
Config is an Ada package for parsing configuration files (.ini, .inf, .cfg, ...) and retrieving keys of various types. New values for single keys, or entire sections, can be set. Standalone and unconditionally portable code.
Alire crate: https://alire.ada.dev/crates/ini_files
Mirror: https://github.com/zertovitch/ini-files
Corlpack consists of a library and tools aiming to simplify and accelerate programming of small, scientific, computational applications.
One of the planned features is the loading and saving of a variety of research data into a single generic data structure, that is much like the named list from R, thus removing the need to learn many data access APIs.