Skip to content

Commit 80e3d21

Browse files
Generating new rockspecs (#85)
1 parent 26e79ab commit 80e3d21

8 files changed

Lines changed: 60 additions & 7 deletions
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
package = "computer-craft-tl-type"
2+
version = "0.0.1-1"
3+
source = {
4+
url = "git+https://github.com/teal-language/teal-types"
5+
}
6+
description = {
7+
summary = "Teal type definition files for computer-craft",
8+
detailed = [[
9+
The Teal type definition files allow users to install Teal
10+
type defintion for a given Lua package into their rocks tree.
11+
]],
12+
homepage = "https://github.com/teal-language/teal-types",
13+
license = "MIT"
14+
}
15+
16+
build = {
17+
type = "builtin",
18+
modules = {},
19+
install = {
20+
lua = {
21+
"types/computer-craft/computer-craft.d.tl",
22+
}
23+
}
24+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "dkjson-tl-type"
2-
version = "0.0.1-1"
2+
version = "0.0.2-1"
33
source = {
44
url = "git+https://github.com/teal-language/teal-types"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "lpeg-tl-type"
2-
version = "0.0.1-1"
2+
version = "0.0.2-1"
33
source = {
44
url = "git+https://github.com/teal-language/teal-types"
55
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "luajit-tl-type"
2-
version = "0.0.1-1"
2+
version = "0.0.2-1"
33
source = {
44
url = "git+https://github.com/teal-language/teal-types"
55
}
@@ -18,9 +18,9 @@ build = {
1818
modules = {},
1919
install = {
2020
lua = {
21+
"types/luajit/bit.d.tl",
2122
["table.new"] = "types/luajit/table/new.d.tl",
2223
["table.clear"] = "types/luajit/table/clear.d.tl",
23-
"types/luajit/bit.d.tl",
2424
"types/luajit/ffi.d.tl",
2525
["string.buffer"] = "types/luajit/string/buffer.d.tl",
2626
"types/luajit/jit.d.tl",

rockspecs/luasocket-tl-type-0.0.1-1.rockspec renamed to rockspecs/luasocket-tl-type-0.0.2-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "luasocket-tl-type"
2-
version = "0.0.1-1"
2+
version = "0.0.2-1"
33
source = {
44
url = "git+https://github.com/teal-language/teal-types"
55
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
package = "mame-tl-type"
2+
version = "0.0.1-1"
3+
source = {
4+
url = "git+https://github.com/teal-language/teal-types"
5+
}
6+
description = {
7+
summary = "Teal type definition files for mame",
8+
detailed = [[
9+
The Teal type definition files allow users to install Teal
10+
type defintion for a given Lua package into their rocks tree.
11+
]],
12+
homepage = "https://github.com/teal-language/teal-types",
13+
license = "MIT"
14+
}
15+
16+
build = {
17+
type = "builtin",
18+
modules = {},
19+
install = {
20+
lua = {
21+
"types/mame/mame.d.tl",
22+
}
23+
}
24+
}

scripts/previous-sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11b2f779a5176e10b43145adf117b94e29ac66a9
1+
26e79ab54fa08a00df2cc3c4767007b74d66f948

scripts/updated-rockspecs.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
./rockspecs/slaxml-tl-type-0.0.1-1.rockspec
1+
./rockspecs/dkjson-tl-type-0.0.2-1.rockspec
2+
./rockspecs/computer-craft-tl-type-0.0.1-1.rockspec
3+
./rockspecs/mame-tl-type-0.0.1-1.rockspec
4+
./rockspecs/luajit-tl-type-0.0.2-1.rockspec
5+
./rockspecs/lpeg-tl-type-0.0.2-1.rockspec
6+
./rockspecs/luasocket-tl-type-0.0.2-1.rockspec

0 commit comments

Comments
 (0)