From c8fc62e4f955248f2655e996872b6833b86b1523 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sun, 29 May 2011 20:04:53 +0930 Subject: Update version to 1.0.2 --- lua-cjson-1.0.1-1.rockspec | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 lua-cjson-1.0.1-1.rockspec (limited to 'lua-cjson-1.0.1-1.rockspec') diff --git a/lua-cjson-1.0.1-1.rockspec b/lua-cjson-1.0.1-1.rockspec deleted file mode 100644 index ea9b82a..0000000 --- a/lua-cjson-1.0.1-1.rockspec +++ /dev/null @@ -1,31 +0,0 @@ -package = "lua-cjson" -version = "1.0.1-1" - -source = { - url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0.1.zip", -} - -description = { - summary = "Fast JSON encoding/parsing support for Lua", - detailed = [[ - Lua CJSON provides fast UTF-8 JSON parsing/encoding support for Lua, - and has no external dependencies. - ]], - homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", - license = "MIT" -} - -dependencies = { - "lua >= 5.1" -} - -build = { - type = "builtin", - modules = { - cjson = { - sources = { "lua_cjson.c", "strbuf.c" }, - defines = { "VERSION=\"1.0.1\"" } - } - }, - copy_directories = { "tests" } -} -- cgit v1.2.3-55-g6feb