blob: 7d7994a574f923dab7092c14468850bde306841c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install
DEPEND=test? ( dev-lua/luafilesystem )
DESCRIPTION=JSON Parser/Constructor for Lua
EAPI=5
HOMEPAGE=http://www.eharning.us/wiki/luajson/
IUSE=test
KEYWORDS=~amd64 ~arm ~hppa ~mips ppc ppc64 sparc ~x86
LICENSE=MIT
RDEPEND=|| ( >=dev-lang/lua-5.1 dev-lang/luajit:2 ) dev-lua/lpeg
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/harningt/luajson/archive/1.3.3.tar.gz -> luajson-1.3.3.tar.gz
_eclass_exported_funcs=src_compile:- src_install:-
_md5_=afd135f250b5249f4633eb67fdb7244f
|