An ini file parser.
Rewritten to not use pcre, because pcre depends on libpcre3 which is not
available
on Debian 13, and generaly obsolete. The modern alternative is libpcre2, which
has ocaml bindings in the opam package pcre2.
Published on opam as inifiles: https://ocaml.org/p/inifiles/latest
This work is based on the sources of the original ocaml-inifiles: