aboutsummaryrefslogtreecommitdiff
path: root/lua-cjson-1.0devel-1.rockspec
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-02 12:39:39 +1030
committerMark Pulford <mark@kyne.com.au>2012-01-02 12:39:39 +1030
commit15c99923b1a38404666a10596da5daa032f1c39c (patch)
treeee89722a9fc81de21a6ff73f7eb0d173eb099f85 /lua-cjson-1.0devel-1.rockspec
parent77408a81a696472338c2f90147e41fff3e81005d (diff)
downloadlua-cjson-15c99923b1a38404666a10596da5daa032f1c39c.tar.gz
lua-cjson-15c99923b1a38404666a10596da5daa032f1c39c.tar.bz2
lua-cjson-15c99923b1a38404666a10596da5daa032f1c39c.zip
Update all package descriptions for consistency
Diffstat (limited to 'lua-cjson-1.0devel-1.rockspec')
-rw-r--r--lua-cjson-1.0devel-1.rockspec10
1 files changed, 7 insertions, 3 deletions
diff --git a/lua-cjson-1.0devel-1.rockspec b/lua-cjson-1.0devel-1.rockspec
index 9ef9f2c..315ec2f 100644
--- a/lua-cjson-1.0devel-1.rockspec
+++ b/lua-cjson-1.0devel-1.rockspec
@@ -6,10 +6,14 @@ source = {
6} 6}
7 7
8description = { 8description = {
9 summary = "Fast JSON encoding/parsing support for Lua", 9 summary = "A fast JSON encoding/parsing library",
10 detailed = [[ 10 detailed = [[
11 Lua CJSON provides fast UTF-8 JSON parsing/encoding support for Lua, 11 The Lua CJSON library provides JSON support for Lua. It features:
12 and has no external dependencies. 12 - Fast, standards compliant encoding/parsing routines
13 - Full support for JSON with UTF-8, including decoding surrogate pairs
14 - Optional run-time support for common exceptions to the JSON specification
15 (NaN, Infinity,..)
16 - No external dependencies
13 ]], 17 ]],
14 homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", 18 homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php",
15 license = "MIT" 19 license = "MIT"