Path to this page:
./
textproc/lua-inifile,
Lua library for parsing and writing .ini files
Branch: CURRENT,
Version: 1.1,
Package name: lua54-inifile-1.1,
Maintainer: niaInifile is a lua library for parsing and writing ini files.
It supports multiple backends, these are:
- io: The lua i/o library backend, the default.
- memory: The memory backend uses the filename as input, and returns
the output on write.
- love: Uses LOVE's love.filesystem, this is the default when LOVE
is detected.
Required to run:[
lang/lua53]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 4.344 KB
Version history: (Expand)
- (2024-08-10) Updated to version: lua54-inifile-1.1
- (2020-07-12) Package added to pkgsrc.se, version lua53-inifile-1.0 (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
|
2020-07-09 13:14:01 by Nia Alarie | Files touched by this commit (4) |
Log message:
textproc: Add lua-inifile
Inifile is a lua library for parsing and writing ini files.
It supports multiple backends, these are:
- io: The lua i/o library backend, the default.
- memory: The memory backend uses the filename as input, and returns
the output on write.
- love: Uses LOVE's love.filesystem, this is the default when LOVE
is detected.
|