Path to this page:
Subject: CVS commit: pkgsrc/textproc
From: Nia Alarie
Date: 2020-07-09 13:14:01
Message id: 20200709111401.447FDFB28@cvs.NetBSD.org
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.
Files: