1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: libinih
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
debhelper-compat (= 13),
meson,
Rules-Requires-Root: no
Standards-Version: 4.5.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}), libinireader0 (= ${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 for libinih1 and libinireader0.
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.
Package: libinih1-udeb
Package-Type: udeb
Section: debian-installer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple .INI file parser - udeb
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.
.
This is a version for use with the Debian Installer.
Do not install it on a normal system.
Package: libinireader0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
|