File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
JSON4Lua and JSONRPC4Lua
2
- Version 0.9.30
3
- 6 August 2009
4
- http://json.luaforge.net
2
+ Version 1.0.0
3
+ 4 March 2015
4
+ http://github.com/craigmj/json4lua/
Original file line number Diff line number Diff line change 2
2
-- JSON4Lua: JSON encoding / decoding support for the Lua language.
3
3
-- json Module.
4
4
-- Author: Craig Mason-Jones
5
- -- Homepage: http://json.luaforge.net /
6
- -- Version: 0.9.40
5
+ -- Homepage: http://github.com/craigmj/json4lua /
6
+ -- Version: 1.0.0
7
7
-- This module is released under the MIT License (MIT).
8
8
-- Please see LICENCE.txt for details.
9
9
--
Original file line number Diff line number Diff line change 2
2
-- JSONRPC4Lua: JSON RPC client calls over http for the Lua language.
3
3
-- json.rpc Module.
4
4
-- Author: Craig Mason-Jones
5
- -- Homepage: http://json.luaforge.net /
6
- -- Version: 0.9.40
5
+ -- Homepage: http://github.com/craigmj/json4lua /
6
+ -- Version: 1.0.0
7
7
-- This module is released under the MIT License (MIT).
8
8
-- Please see LICENCE.txt for details.
9
9
--
Original file line number Diff line number Diff line change 3
3
-- objects via http.
4
4
-- json.rpcserver Module.
5
5
-- Author: Craig Mason-Jones
6
- -- Homepage: http://json.luaforge.net /
7
- -- Version: 0.9.40
6
+ -- Homepage: http://github.com/craigmj/json4lua /
7
+ -- Version: 1.0.0
8
8
-- This module is released under the MIT License (MIT).
9
9
-- Please see LICENCE.txt for details.
10
10
--
Original file line number Diff line number Diff line change 1
1
package = " JSON4Lua"
2
- version = " 0.9.53-1 "
2
+ version = " 1.0.0 "
3
3
source = {
4
- url = " git://github.com/amrhassan /json4lua.git" ,
5
- tag = " 0.9.53-1 "
4
+ url = " git://github.com/craigmj /json4lua.git" ,
5
+ tag = " 1.0.0 "
6
6
}
7
7
description = {
8
8
summary = " JSON4Lua and JSONRPC4Lua implement JSON (JavaScript Object Notation) encoding and decoding and a JSON-RPC-over-http client for Lua." ,
@@ -15,7 +15,7 @@ description = {
15
15
JSONRPC4Lua, which provides a simple JSON-RPC-over-http client and server
16
16
(in a CGILua environment) for Lua.
17
17
]] ,
18
- homepage = " http://json.luaforge.net /" ,
18
+ homepage = " http://github.com/craigmj/json4lua /" ,
19
19
license = " GPL"
20
20
}
21
21
dependencies = {
You can’t perform that action at this time.
0 commit comments