08f2dd2bf6
[Thomas: indicate that the lpeg dependency is a run-time dependency, as suggested by Arnout.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
config BR2_PACKAGE_COSMO
|
|
bool "cosmo"
|
|
# run-time dependency
|
|
select BR2_PACKAGE_LPEG
|
|
help
|
|
Cosmo is a "safe templates" engine for Lua.
|
|
|
|
http://mascarenhas.github.io/cosmo/
|