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.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua-cjson.spec') diff --git a/lua-cjson.spec b/lua-cjson.spec index 8f53671..b21be6e 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec @@ -5,7 +5,7 @@ Name: lua-cjson Version: 2.0devel Release: 1%{?dist} -Summary: A fast JSON encoding/parsing library for Lua +Summary: A fast JSON encoding/parsing module for Lua Group: Development/Libraries License: MIT @@ -17,12 +17,12 @@ BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} Requires: lua >= %{luaver} %description -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 %prep -- cgit v1.2.3-55-g6feb