Skip to content

Commit

Permalink
Update LuaRocks/RPM descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpx committed Mar 4, 2012
1 parent b77481f commit f1eda76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lua-cjson-2.0devel-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions lua-cjson.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f1eda76

Please sign in to comment.