diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-07-26 13:11:23 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-07-26 13:13:18 -0300 |
commit | eda9b09539ce04e471cf9ce0a8d8f09ceec4ffcb (patch) | |
tree | c68bdf94a16694b2089439ad57f16cb9fb8c0125 | |
parent | 22021d7e013dde01376d74e8e09cb00402bd7042 (diff) | |
download | lua-compat-5.3-eda9b09539ce04e471cf9ce0a8d8f09ceec4ffcb.tar.gz lua-compat-5.3-eda9b09539ce04e471cf9ce0a8d8f09ceec4ffcb.tar.bz2 lua-compat-5.3-eda9b09539ce04e471cf9ce0a8d8f09ceec4ffcb.zip |
keplerproject -> lunarmodules
Regarding the copyright:
Kepler Project did not exist as an entity in 2015,
and the original copyright for lua-compat-5.2 on which
this is based said "Copyright 2013 Hisham Muhammad."
The updated notice should be a better representation of
authorship, including the copyright for the parts included
from upstream Lua.
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | README.md | 50 | ||||
-rw-r--r-- | rockspecs/bit32-5.3.5-1.rockspec | 2 | ||||
-rw-r--r-- | rockspecs/bit32-5.3.5.1-1.rockspec | 2 | ||||
-rw-r--r-- | rockspecs/bit32-scm-1.rockspec | 2 | ||||
-rw-r--r-- | rockspecs/compat53-0.1-1.rockspec | 4 | ||||
-rw-r--r-- | rockspecs/compat53-0.2-1.rockspec | 4 | ||||
-rw-r--r-- | rockspecs/compat53-0.3-1.rockspec | 4 | ||||
-rw-r--r-- | rockspecs/compat53-0.4-1.rockspec | 4 | ||||
-rw-r--r-- | rockspecs/compat53-0.5-1.rockspec | 4 | ||||
-rw-r--r-- | rockspecs/compat53-0.7-1.rockspec | 4 | ||||
-rw-r--r-- | rockspecs/compat53-0.8-1.rockspec | 4 | ||||
-rw-r--r-- | rockspecs/compat53-scm-0.rockspec | 4 |
13 files changed, 46 insertions, 45 deletions
@@ -1,6 +1,7 @@ | |||
1 | The MIT License (MIT) | 1 | The MIT License (MIT) |
2 | 2 | ||
3 | Copyright (c) 2015 Kepler Project. | 3 | Copyright (C) 1994-2020 Lua.org, PUC-Rio. |
4 | Copyright (C) 2013-2022 The Lua-Compat-5.3 authors. | ||
4 | 5 | ||
5 | Permission is hereby granted, free of charge, to any person obtaining a copy of | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
6 | this software and associated documentation files (the "Software"), to deal in | 7 | this software and associated documentation files (the "Software"), to deal in |
@@ -1,5 +1,5 @@ | |||
1 | [](https://github.com/keplerproject/lua-compat-5.3/actions?workflow=compat53-tests) | 1 | [](https://github.com/lunarmodules/lua-compat-5.3/actions?workflow=compat53-tests) |
2 | [](https://github.com/keplerproject/lua-compat-5.3/actions?workflow=bit32-multi-arch-tests) | 2 | [](https://github.com/lunarmodules/lua-compat-5.3/actions?workflow=bit32-multi-arch-tests) |
3 | 3 | ||
4 | # lua-compat-5.3 | 4 | # lua-compat-5.3 |
5 | 5 | ||
@@ -215,27 +215,27 @@ This package contains code written by: | |||
215 | 215 | ||
216 | 216 | ||
217 | [1]: http://www.inf.puc-rio.br/~roberto/struct/ | 217 | [1]: http://www.inf.puc-rio.br/~roberto/struct/ |
218 | [2]: http://github.com/keplerproject/lua-compat-5.2/ | 218 | [2]: http://github.com/lunarmodules/lua-compat-5.2/ |
219 | [3]: http://keplerproject.org/compat/ | 219 | [3]: http://lunarmodules.org/compat/ |
220 | [4]: https://github.com/keplerproject/lua-compat-5.3/wiki/string_packing | 220 | [4]: https://github.com/lunarmodules/lua-compat-5.3/wiki/string_packing |
221 | [5]: https://github.com/keplerproject/lua-compat-5.3/wiki/math.type | 221 | [5]: https://github.com/lunarmodules/lua-compat-5.3/wiki/math.type |
222 | [6]: https://github.com/keplerproject/lua-compat-5.3/wiki/pattern_matching | 222 | [6]: https://github.com/lunarmodules/lua-compat-5.3/wiki/pattern_matching |
223 | [7]: https://github.com/keplerproject/lua-compat-5.3/wiki/pairs | 223 | [7]: https://github.com/lunarmodules/lua-compat-5.3/wiki/pairs |
224 | [8]: https://github.com/keplerproject/lua-compat-5.3/wiki/package.searchpath | 224 | [8]: https://github.com/lunarmodules/lua-compat-5.3/wiki/package.searchpath |
225 | [9]: https://github.com/keplerproject/lua-compat-5.3/wiki/os.execute | 225 | [9]: https://github.com/lunarmodules/lua-compat-5.3/wiki/os.execute |
226 | [10]: https://github.com/keplerproject/lua-compat-5.3/wiki/io.lines | 226 | [10]: https://github.com/lunarmodules/lua-compat-5.3/wiki/io.lines |
227 | [11]: https://github.com/keplerproject/lua-compat-5.3/wiki/file.lines | 227 | [11]: https://github.com/lunarmodules/lua-compat-5.3/wiki/file.lines |
228 | [12]: https://github.com/keplerproject/lua-compat-5.3/wiki/debug.getuservalue | 228 | [12]: https://github.com/lunarmodules/lua-compat-5.3/wiki/debug.getuservalue |
229 | [13]: https://github.com/keplerproject/lua-compat-5.3/wiki/debug.setuservalue | 229 | [13]: https://github.com/lunarmodules/lua-compat-5.3/wiki/debug.setuservalue |
230 | [14]: https://github.com/keplerproject/lua-compat-5.3/wiki/yieldable_c_functions | 230 | [14]: https://github.com/lunarmodules/lua-compat-5.3/wiki/yieldable_c_functions |
231 | [15]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_dump | 231 | [15]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_dump |
232 | [16]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getuservalue | 232 | [16]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_getuservalue |
233 | [17]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_setuservalue | 233 | [17]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_setuservalue |
234 | [18]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_stringtonumber | 234 | [18]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_stringtonumber |
235 | [19]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Stream | 235 | [19]: https://github.com/lunarmodules/lua-compat-5.3/wiki/luaL_Stream |
236 | [20]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_arith | 236 | [20]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_arith |
237 | [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion | 237 | [21]: https://github.com/lunarmodules/lua-compat-5.3/wiki/luaL_checkversion |
238 | [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer | 238 | [22]: https://github.com/lunarmodules/lua-compat-5.3/wiki/luaL_Buffer |
239 | [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running | 239 | [23]: https://github.com/lunarmodules/lua-compat-5.3/wiki/coroutine.running |
240 | [24]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getextraspace | 240 | [24]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_getextraspace |
241 | 241 | ||
diff --git a/rockspecs/bit32-5.3.5-1.rockspec b/rockspecs/bit32-5.3.5-1.rockspec index e27dedb..353e19c 100644 --- a/rockspecs/bit32-5.3.5-1.rockspec +++ b/rockspecs/bit32-5.3.5-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "bit32" | 1 | package = "bit32" |
2 | version = "5.3.5-1" | 2 | version = "5.3.5-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.9.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.9.zip", |
5 | dir = "lua-compat-5.3-0.9", | 5 | dir = "lua-compat-5.3-0.9", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
diff --git a/rockspecs/bit32-5.3.5.1-1.rockspec b/rockspecs/bit32-5.3.5.1-1.rockspec index ab5d6a7..371f1ae 100644 --- a/rockspecs/bit32-5.3.5.1-1.rockspec +++ b/rockspecs/bit32-5.3.5.1-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "bit32" | 1 | package = "bit32" |
2 | version = "5.3.5.1-1" | 2 | version = "5.3.5.1-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.10.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.10.zip", |
5 | dir = "lua-compat-5.3-0.10", | 5 | dir = "lua-compat-5.3-0.10", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
diff --git a/rockspecs/bit32-scm-1.rockspec b/rockspecs/bit32-scm-1.rockspec index 231abf4..78f9736 100644 --- a/rockspecs/bit32-scm-1.rockspec +++ b/rockspecs/bit32-scm-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "bit32" | 1 | package = "bit32" |
2 | version = "scm-1" | 2 | version = "scm-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/master.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/master.zip", |
5 | dir = "lua-compat-5.3-master", | 5 | dir = "lua-compat-5.3-master", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
diff --git a/rockspecs/compat53-0.1-1.rockspec b/rockspecs/compat53-0.1-1.rockspec index 0ff56b0..b9012fe 100644 --- a/rockspecs/compat53-0.1-1.rockspec +++ b/rockspecs/compat53-0.1-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "compat53" | 1 | package = "compat53" |
2 | version = "0.1-1" | 2 | version = "0.1-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.1.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.1.zip", |
5 | dir = "lua-compat-5.3-0.1", | 5 | dir = "lua-compat-5.3-0.1", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
@@ -12,7 +12,7 @@ description = { | |||
12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible | 12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible |
13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. | 13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. |
14 | ]], | 14 | ]], |
15 | homepage = "https://github.com/keplerproject/lua-compat-5.3", | 15 | homepage = "https://github.com/lunarmodules/lua-compat-5.3", |
16 | license = "MIT" | 16 | license = "MIT" |
17 | } | 17 | } |
18 | dependencies = { | 18 | dependencies = { |
diff --git a/rockspecs/compat53-0.2-1.rockspec b/rockspecs/compat53-0.2-1.rockspec index 1b3c80e..47ddaf2 100644 --- a/rockspecs/compat53-0.2-1.rockspec +++ b/rockspecs/compat53-0.2-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "compat53" | 1 | package = "compat53" |
2 | version = "0.2-1" | 2 | version = "0.2-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.2.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.2.zip", |
5 | dir = "lua-compat-5.3-0.2", | 5 | dir = "lua-compat-5.3-0.2", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
@@ -12,7 +12,7 @@ description = { | |||
12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible | 12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible |
13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. | 13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. |
14 | ]], | 14 | ]], |
15 | homepage = "https://github.com/keplerproject/lua-compat-5.3", | 15 | homepage = "https://github.com/lunarmodules/lua-compat-5.3", |
16 | license = "MIT" | 16 | license = "MIT" |
17 | } | 17 | } |
18 | dependencies = { | 18 | dependencies = { |
diff --git a/rockspecs/compat53-0.3-1.rockspec b/rockspecs/compat53-0.3-1.rockspec index 43f53d2..d99099f 100644 --- a/rockspecs/compat53-0.3-1.rockspec +++ b/rockspecs/compat53-0.3-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "compat53" | 1 | package = "compat53" |
2 | version = "0.3-1" | 2 | version = "0.3-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.3.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.3.zip", |
5 | dir = "lua-compat-5.3-0.3", | 5 | dir = "lua-compat-5.3-0.3", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
@@ -12,7 +12,7 @@ description = { | |||
12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible | 12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible |
13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. | 13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. |
14 | ]], | 14 | ]], |
15 | homepage = "https://github.com/keplerproject/lua-compat-5.3", | 15 | homepage = "https://github.com/lunarmodules/lua-compat-5.3", |
16 | license = "MIT" | 16 | license = "MIT" |
17 | } | 17 | } |
18 | dependencies = { | 18 | dependencies = { |
diff --git a/rockspecs/compat53-0.4-1.rockspec b/rockspecs/compat53-0.4-1.rockspec index 9331e19..bc33826 100644 --- a/rockspecs/compat53-0.4-1.rockspec +++ b/rockspecs/compat53-0.4-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "compat53" | 1 | package = "compat53" |
2 | version = "0.4-1" | 2 | version = "0.4-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.4.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.4.zip", |
5 | dir = "lua-compat-5.3-0.4", | 5 | dir = "lua-compat-5.3-0.4", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
@@ -12,7 +12,7 @@ description = { | |||
12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible | 12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible |
13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. | 13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. |
14 | ]], | 14 | ]], |
15 | homepage = "https://github.com/keplerproject/lua-compat-5.3", | 15 | homepage = "https://github.com/lunarmodules/lua-compat-5.3", |
16 | license = "MIT" | 16 | license = "MIT" |
17 | } | 17 | } |
18 | dependencies = { | 18 | dependencies = { |
diff --git a/rockspecs/compat53-0.5-1.rockspec b/rockspecs/compat53-0.5-1.rockspec index 3cceccd..8d18b51 100644 --- a/rockspecs/compat53-0.5-1.rockspec +++ b/rockspecs/compat53-0.5-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "compat53" | 1 | package = "compat53" |
2 | version = "0.5-1" | 2 | version = "0.5-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.5.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.5.zip", |
5 | dir = "lua-compat-5.3-0.5", | 5 | dir = "lua-compat-5.3-0.5", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
@@ -12,7 +12,7 @@ description = { | |||
12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible | 12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible |
13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. | 13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. |
14 | ]], | 14 | ]], |
15 | homepage = "https://github.com/keplerproject/lua-compat-5.3", | 15 | homepage = "https://github.com/lunarmodules/lua-compat-5.3", |
16 | license = "MIT" | 16 | license = "MIT" |
17 | } | 17 | } |
18 | dependencies = { | 18 | dependencies = { |
diff --git a/rockspecs/compat53-0.7-1.rockspec b/rockspecs/compat53-0.7-1.rockspec index 844a3c6..fc5a0c8 100644 --- a/rockspecs/compat53-0.7-1.rockspec +++ b/rockspecs/compat53-0.7-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "compat53" | 1 | package = "compat53" |
2 | version = "0.7-1" | 2 | version = "0.7-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.7.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.7.zip", |
5 | dir = "lua-compat-5.3-0.7", | 5 | dir = "lua-compat-5.3-0.7", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
@@ -12,7 +12,7 @@ description = { | |||
12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible | 12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible |
13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. | 13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. |
14 | ]], | 14 | ]], |
15 | homepage = "https://github.com/keplerproject/lua-compat-5.3", | 15 | homepage = "https://github.com/lunarmodules/lua-compat-5.3", |
16 | license = "MIT" | 16 | license = "MIT" |
17 | } | 17 | } |
18 | dependencies = { | 18 | dependencies = { |
diff --git a/rockspecs/compat53-0.8-1.rockspec b/rockspecs/compat53-0.8-1.rockspec index 0ab17a0..2fe47b9 100644 --- a/rockspecs/compat53-0.8-1.rockspec +++ b/rockspecs/compat53-0.8-1.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "compat53" | 1 | package = "compat53" |
2 | version = "0.8-1" | 2 | version = "0.8-1" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.8.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.8.zip", |
5 | dir = "lua-compat-5.3-0.8", | 5 | dir = "lua-compat-5.3-0.8", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
@@ -12,7 +12,7 @@ description = { | |||
12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible | 12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible |
13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. | 13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. |
14 | ]], | 14 | ]], |
15 | homepage = "https://github.com/keplerproject/lua-compat-5.3", | 15 | homepage = "https://github.com/lunarmodules/lua-compat-5.3", |
16 | license = "MIT" | 16 | license = "MIT" |
17 | } | 17 | } |
18 | dependencies = { | 18 | dependencies = { |
diff --git a/rockspecs/compat53-scm-0.rockspec b/rockspecs/compat53-scm-0.rockspec index a83dfca..db9f4e7 100644 --- a/rockspecs/compat53-scm-0.rockspec +++ b/rockspecs/compat53-scm-0.rockspec | |||
@@ -1,7 +1,7 @@ | |||
1 | package = "compat53" | 1 | package = "compat53" |
2 | version = "scm-0" | 2 | version = "scm-0" |
3 | source = { | 3 | source = { |
4 | url = "https://github.com/keplerproject/lua-compat-5.3/archive/master.zip", | 4 | url = "https://github.com/lunarmodules/lua-compat-5.3/archive/master.zip", |
5 | dir = "lua-compat-5.3-master", | 5 | dir = "lua-compat-5.3-master", |
6 | } | 6 | } |
7 | description = { | 7 | description = { |
@@ -12,7 +12,7 @@ description = { | |||
12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible | 12 | It does *not* make Lua 5.2 (or even 5.1) entirely compatible |
13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. | 13 | with Lua 5.3, but it brings the API closer to that of Lua 5.3. |
14 | ]], | 14 | ]], |
15 | homepage = "https://github.com/keplerproject/lua-compat-5.3", | 15 | homepage = "https://github.com/lunarmodules/lua-compat-5.3", |
16 | license = "MIT" | 16 | license = "MIT" |
17 | } | 17 | } |
18 | dependencies = { | 18 | dependencies = { |