Files
buildroot/package/luaexpat/Config.in
T
2023-03-11 21:06:02 +01:00

9 lines
228 B
Plaintext

config BR2_PACKAGE_LUAEXPAT
bool "luaexpat"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
select BR2_PACKAGE_EXPAT
help
LuaExpat is a SAX XML parser based on the Expat library.
http://matthewwild.co.uk/projects/luaexpat/