diff options
Diffstat (limited to '')
-rw-r--r-- | lua-cjson.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec index c7aec95..4c949e5 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
@@ -4,7 +4,7 @@ | |||
4 | Name: lua-cjson | 4 | Name: lua-cjson |
5 | Version: 1.0devel | 5 | Version: 1.0devel |
6 | Release: 1%{?dist} | 6 | Release: 1%{?dist} |
7 | Summary: JSON support for the Lua language | 7 | Summary: A fast JSON encoding/parsing library for Lua |
8 | 8 | ||
9 | Group: Development/Libraries | 9 | Group: Development/Libraries |
10 | License: MIT | 10 | License: MIT |
@@ -16,7 +16,12 @@ BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} | |||
16 | Requires: lua >= %{luaver} | 16 | Requires: lua >= %{luaver} |
17 | 17 | ||
18 | %description | 18 | %description |
19 | Lua CJSON provides fast, standards compliant JSON support for Lua. | 19 | The Lua CJSON library provides JSON support for Lua. It features: |
20 | - Fast, standards compliant encoding/parsing routines | ||
21 | - Full support for JSON with UTF-8, including decoding surrogate pairs | ||
22 | - Optional run-time support for common exceptions to the JSON specification | ||
23 | (NaN, Infinity,..) | ||
24 | - No external dependencies | ||
20 | 25 | ||
21 | 26 | ||
22 | %prep | 27 | %prep |