Path to this page:
./
textproc/inih,
Simple .INI file parser in C
Branch: CURRENT,
Version: 53,
Package name: inih-53,
Maintainer: pkgsrc-usersinih (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.
Master sites:
Filesize: 16.586 KB
Version history: (Expand)
- (2021-02-18) Updated to version: inih-53
- (2021-02-03) Package added to pkgsrc.se, version inih-52 (created)
CVS history: (Expand)
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-02-18 18:27:15 by Nia Alarie | Files touched by this commit (2) |  |
Log message:
inih: update to 53
Updates to Meson config:
meson: optionally depend on C++
meson: enable distro settings by default
meson: add static compile args to inih_dep
|
2021-02-03 11:28:42 by Nia Alarie | Files touched by this commit (5) |
Log message:
add textproc/inih.
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.
|