From f1eda76cf5b8923d7e3cec43e89f2aa60c44c008 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sat, 21 Jan 2012 23:01:20 +1030 Subject: Update LuaRocks/RPM descriptions --- lua-cjson-2.0devel-1.rockspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua-cjson-2.0devel-1.rockspec') diff --git a/lua-cjson-2.0devel-1.rockspec b/lua-cjson-2.0devel-1.rockspec index 9a2ac04..9ef18cb 100644 --- a/lua-cjson-2.0devel-1.rockspec +++ b/lua-cjson-2.0devel-1.rockspec @@ -6,14 +6,14 @@ source = { } description = { - summary = "A fast JSON encoding/parsing library", + summary = "A fast JSON encoding/parsing module", detailed = [[ - The Lua CJSON library provides JSON support for Lua. It features: + The Lua CJSON module 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 + (infinity, NaN,..) + - No dependencies on other libraries ]], homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", license = "MIT" -- cgit v1.2.3-55-g6feb