Appearance
About FiNeR
FiNeR (Fortran INI ParseR and generator) is a pure Fortran 2003+ library for reading and writing INI configuration files. It provides a single OOP-designed file_ini type that handles parsing, generation, and introspection of INI data.
Modern Fortran (2003+) improved string handling considerably, but Fortran still lacks built-in facilities for structured configuration file I/O. FiNeR fills that gap with a clean, user-friendly API — no external C libraries, no format strings, no hand-written parsers.
Authors
- Stefano Zaghi — @szaghi
Contributions are welcome — see the Contributing page.
Copyrights
FiNeR is distributed under a multi-licensing system:
| Use case | License |
|---|---|
| FOSS projects | GPL v3 |
| Closed source / commercial | BSD 2-Clause |
| Closed source / commercial | BSD 3-Clause |
| Closed source / commercial | MIT |
Anyone interested in using, developing, or contributing to FiNeR is welcome — pick the license that best fits your needs.