| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: lua55-datafile | Distribution: openSUSE Tumbleweed |
| Version: 0.11 | Vendor: openSUSE |
| Release: 1.1 | Build date: Thu Feb 26 02:34:13 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 15840 | Source RPM: lua55-datafile-0.11-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/hishamhm/datafile | |
| Summary: library for handling paths when loading data files | |
A Lua library for handling paths when loading data files
Example usage:
local datafile = require("datafile")
local my_template = datafile.open("myapp/my_template.txt", "r")
This will try to find and open myapp/my_template.txt in a series of
locations, based on the "opener" plugins found at the datafile.openers
sequence, which contain opener functions loaded from the
datafile.openers.* modules (you may modify the datafile.openers sequence
in an analog fashion to the package.loaders/package.searchers sequence
from Lua).
MIT
* Thu Feb 26 2026 Matej Cepl <mcepl@cepl.eu> - Depends on lua_exec for testing * Thu Feb 26 2026 Matej Cepl <mcepl@cepl.eu> - Initial import of lua rock datafile version 0.11
/usr/share/doc/packages/lua55-datafile /usr/share/doc/packages/lua55-datafile/README.md /usr/share/licenses/lua55-datafile /usr/share/licenses/lua55-datafile/LICENSE /usr/share/lua/5.5/datafile /usr/share/lua/5.5/datafile.lua /usr/share/lua/5.5/datafile/openers /usr/share/lua/5.5/datafile/openers/caller.lua /usr/share/lua/5.5/datafile/openers/luarocks.lua /usr/share/lua/5.5/datafile/openers/unix.lua /usr/share/lua/5.5/datafile/openers/windows.lua /usr/share/lua/5.5/datafile/openers/xdg.lua /usr/share/lua/5.5/datafile/util.lua
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Mar 7 23:05:58 2026