We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c187e1 commit 2d2ede8Copy full SHA for 2d2ede8
dist.ini
@@ -0,0 +1,10 @@
1
+name = lua-resty-jit-uuid
2
+abstract = Fast and dependency-free uuid generation for OpenResty/LuaJIT
3
+author = Thibault Charbonnier (thibaultcha)
4
+is_original = yes
5
+license = mit
6
+lib_dir = lib
7
+doc_dir = docs
8
+repo_link = https://github.com/thibaultcha/lua-resty-jit-uuid
9
+main_module = lib/resty/jit-uuid.lua
10
+requires = luajit
lua-resty-jit-uuid-0.0.5-1.rockspec
@@ -1,7 +1,7 @@
package = "lua-resty-jit-uuid"
version = "0.0.5-1"
source = {
- url = "git://github.com/thibaultCha/lua-resty-jit-uuid",
+ url = "git://github.com/thibaultcha/lua-resty-jit-uuid",
tag = "0.0.5"
}
description = {
0 commit comments