Source: libinih Priority: optional Maintainer: Yangfl Build-Depends: debhelper (>= 11), cmake, Standards-Version: 4.2.1 Section: libs Homepage: https://github.com/benhoyt/inih Vcs-Git: https://salsa.debian.org/yangfl-guest/inih.git Vcs-Browser: https://salsa.debian.org/yangfl-guest/inih Package: libinih-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libinih1 (= ${binary:Version}), ${misc:Depends} Description: simple .INI file parser (development files) inih (INI Not Invented Here) is a simple .INI file parser written in C. 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. . This package contains the header files. Package: libinih1 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: simple .INI file parser inih (INI Not Invented Here) is a simple .INI file parser written in C. 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.