diff options
Diffstat (limited to 'lua-cjson-2.0devel-1.rockspec')
| -rw-r--r-- | lua-cjson-2.0devel-1.rockspec | 8 |
1 files changed, 4 insertions, 4 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 = { | |||
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | description = { | 8 | description = { |
| 9 | summary = "A fast JSON encoding/parsing library", | 9 | summary = "A fast JSON encoding/parsing module", |
| 10 | detailed = [[ | 10 | detailed = [[ |
| 11 | The Lua CJSON library provides JSON support for Lua. It features: | 11 | The Lua CJSON module provides JSON support for Lua. It features: |
| 12 | - Fast, standards compliant encoding/parsing routines | 12 | - Fast, standards compliant encoding/parsing routines |
| 13 | - Full support for JSON with UTF-8, including decoding surrogate pairs | 13 | - Full support for JSON with UTF-8, including decoding surrogate pairs |
| 14 | - Optional run-time support for common exceptions to the JSON specification | 14 | - Optional run-time support for common exceptions to the JSON specification |
| 15 | (NaN, Infinity,..) | 15 | (infinity, NaN,..) |
| 16 | - No external dependencies | 16 | - No dependencies on other libraries |
| 17 | ]], | 17 | ]], |
| 18 | homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", | 18 | homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", |
| 19 | license = "MIT" | 19 | license = "MIT" |
