aboutsummaryrefslogtreecommitdiff
path: root/lua-cjson.spec
diff options
context:
space:
mode:
Diffstat (limited to 'lua-cjson.spec')
-rw-r--r--lua-cjson.spec8
1 files changed, 4 insertions, 4 deletions
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 @@
5Name: lua-cjson 5Name: lua-cjson
6Version: 2.0devel 6Version: 2.0devel
7Release: 1%{?dist} 7Release: 1%{?dist}
8Summary: A fast JSON encoding/parsing library for Lua 8Summary: A fast JSON encoding/parsing module for Lua
9 9
10Group: Development/Libraries 10Group: Development/Libraries
11License: MIT 11License: MIT
@@ -17,12 +17,12 @@ BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver}
17Requires: lua >= %{luaver} 17Requires: lua >= %{luaver}
18 18
19%description 19%description
20The Lua CJSON library provides JSON support for Lua. It features: 20The Lua CJSON module provides JSON support for Lua. It features:
21- Fast, standards compliant encoding/parsing routines 21- Fast, standards compliant encoding/parsing routines
22- Full support for JSON with UTF-8, including decoding surrogate pairs 22- Full support for JSON with UTF-8, including decoding surrogate pairs
23- Optional run-time support for common exceptions to the JSON specification 23- Optional run-time support for common exceptions to the JSON specification
24 (NaN, Infinity,..) 24 (infinity, NaN,..)
25- No external dependencies 25- No dependencies on other libraries
26 26
27 27
28%prep 28%prep