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/
|