Simple INI file parser library
Go to file
Daan De Meyer 8907d4c86e Move INIReader C++ library to inih-cpp subpackage
This commit moves the INIReader C++ library to a subpackage so that
a base system with xfsprogs (which provides fsck.xfs) can be built
without pulling in the C++ standard library.

None of the packages pulling in inih depend on libINIReader.so so
this should not break any downstream users.

We care about not pulling in the C++ standard library because we
might want to install xfsprogs in an initramfs which needs to be
as small as possible. By splitting INIReader into a subpackage,
installing xfsprogs doesn't pull in the C++ standard library into
the initramfs anymore.
2023-12-02 15:53:48 +01:00
.gitignore - New upstream release 55 (#1920254) 2022-04-23 21:26:22 +02:00
inih.spec Move INIReader C++ library to inih-cpp subpackage 2023-12-02 15:53:48 +01:00
sources New upstream release 57 (#2221191) 2023-07-07 23:00:02 +02:00