From 15c99923b1a38404666a10596da5daa032f1c39c Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 2 Jan 2012 12:39:39 +1030 Subject: Update all package descriptions for consistency --- lua-cjson-1.0devel-1.rockspec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lua-cjson-1.0devel-1.rockspec') 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 = { } description = { - summary = "Fast JSON encoding/parsing support for Lua", + summary = "A fast JSON encoding/parsing library", detailed = [[ - Lua CJSON provides fast UTF-8 JSON parsing/encoding support for Lua, - and has no external dependencies. + The Lua CJSON library provides JSON support for Lua. It features: + - Fast, standards compliant encoding/parsing routines + - Full support for JSON with UTF-8, including decoding surrogate pairs + - Optional run-time support for common exceptions to the JSON specification + (NaN, Infinity,..) + - No external dependencies ]], homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", license = "MIT" -- cgit v1.2.3-55-g6feb