The latest version of tini is 0.1.0.1-0.

tini

Version 0.1.0.0 revision 0 uploaded by AntonEkblad.

Package meta

Synopsis
Tiny INI file and configuration library with a minimal dependency footprint.
Description

This library provides tools for working with INI-like configuration files. Unlike most other INI libraries, it is not blazing fast or built with cutting-edge libraries. Instead, it assumes that you are using INI-like configuration files because you want something simple and lightweight.

Tini provides the following features:

  • A simple interface to INI configuration: reading/writing an INI object object tofrom files and gettingsetting/removing its values.

  • Automatic de/serialization of lists, optional values and base types.

  • High-level generic configuration type library built on top, freeing you from ever having to think about how you interact with your INI files.

  • Certified bloat-free: only depends on base.

  • Small and auditable: <400 lines of code excluding documentation.

Author
Anton Ekblad
Bug reports
n/a
Category
Configuration
Copyright
n/a
Homepage
n/a
Maintainer
anton@ekblad.cc
Package URL
n/a
Stability
n/a

Components