1config BR2_PACKAGE_LUA_DATAFILE
2	bool "lua-datafile"
3	help
4	  datafile is a library for avoiding hardcoded paths
5	  when loading resource files in Lua modules.
6
7	  https://github.com/hishamhm/datafile
8