Skip to content

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

Contributions are welcome — see the Contributing page.

Copyrights

FiNeR is distributed under a multi-licensing system:

Use caseLicense
FOSS projectsGPL v3
Closed source / commercialBSD 2-Clause
Closed source / commercialBSD 3-Clause
Closed source / commercialMIT

Anyone interested in using, developing, or contributing to FiNeR is welcome — pick the license that best fits your needs.