Binary package “libinireader0” in ubuntu noble

simple .INI file parser for C++

 INIReader is a simple .INI file parser written for C++ derived from inih.
 It's only a couple of pages of code, and it was designed to be small and
 simple, so it's good for embedded systems. It's also more or less
 compatible with Python's ConfigParser style of .INI files, including
 RFC 822-style multi-line syntax and name: value entries.