Commit 08f2dd2b authored by Francois Perrad's avatar Francois Perrad Committed by Thomas Petazzoni
Browse files

cosmo: new package



[Thomas: indicate that the lpeg dependency is a run-time dependency,
as suggested by Arnout.]

Signed-off-by: default avatarFrancois Perrad <francois.perrad@gadz.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 792c2779
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -370,6 +370,7 @@ if BR2_PACKAGE_HAS_LUA_INTERPRETER && !BR2_PREFER_STATIC_LIB
menu "Lua libraries/modules"
source "package/cgilua/Config.in"
source "package/copas/Config.in"
source "package/cosmo/Config.in"
source "package/coxpcall/Config.in"
source "package/lbase64/Config.in"
source "package/ljsyscall/Config.in"
+8 −0
Original line number Diff line number Diff line
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/

package/cosmo/cosmo.mk

0 → 100644
+10 −0
Original line number Diff line number Diff line
################################################################################
#
# cosmo
#
################################################################################

COSMO_VERSION = 13.01.30-1
COSMO_LICENSE = MIT

$(eval $(luarocks-package))