We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc1780 commit 4648c2aCopy full SHA for 4648c2a
urlencode-0.0.1-0.rockspec
@@ -0,0 +1,25 @@
1
+package = "UrlEncode"
2
+version = "0.0.1-0"
3
+
4
+source = {
5
+ url = "git://github.com/moznion/lua-url-encode.git",
6
+ branch = "v0.0.1",
7
+}
8
9
+description = {
10
+ summary = "A URL encoder/decoder with native extension",
11
+ homepage = "https://github.com/moznion/lua-url-encode",
12
+ license = "MIT/X11",
13
+ maintainer = "moznion <moznion@gmail.com>",
14
15
16
+dependencies = {
17
+ "lua >= 5.1, <= 5.4",
18
19
20
+build = {
21
+ type = "builtin",
22
+ modules = {
23
+ urlencode = "src/lua-urlencode.c"
24
+ },
25
0 commit comments