1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-26 05:08:21 +00:00
Files
operating-system/buildroot/package/luaexpat/Config.in
2018-03-17 23:47:00 +00: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/