Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-21 16:31:20 +0400
committerMark Pulford <mark@kyne.com.au>2012-03-04 12:24:35 +0400
commitf1eda76cf5b8923d7e3cec43e89f2aa60c44c008 (patch)
tree576d70e20e4d0aff0dc7397ca6bb83c52eeb4cda
parentb77481ff100be4710419713d20faf3b8e1531ea2 (diff)
Update LuaRocks/RPM descriptions
-rw-r--r--lua-cjson-2.0devel-1.rockspec8
-rw-r--r--lua-cjson.spec8
2 files changed, 8 insertions, 8 deletions
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"
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