Skip to content

Commit 5148c23

Browse files
committed
Bump version to v0.2.0
1 parent ef671e0 commit 5148c23

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

rockspecs/regex-0.2.0-1.rockspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
package = "regex"
2+
version = "0.2.0-1"
3+
source = {
4+
url = "git+https://github.com/mah0x211/lua-regex.git",
5+
tag = "v0.2.0",
6+
}
7+
description = {
8+
summary = "simple regular expression module for lua",
9+
homepage = "https://github.com/mah0x211/lua-regex",
10+
license = "MIT/X11",
11+
maintainer = "Masatoshi Fukunaga",
12+
}
13+
dependencies = {
14+
"lua >= 5.1",
15+
"pcre2 >= 0.1.0",
16+
"metamodule >= 0.5.0",
17+
}
18+
build = {
19+
type = "builtin",
20+
modules = {
21+
regex = "regex.lua",
22+
},
23+
}

0 commit comments

Comments
 (0)