Skip to content

Commit 2d2ede8

Browse files
committed
chore(opm) add dist.ini file for opm publication
1 parent 9c187e1 commit 2d2ede8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

dist.ini

+10
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = "lua-resty-jit-uuid"
22
version = "0.0.5-1"
33
source = {
4-
url = "git://github.com/thibaultCha/lua-resty-jit-uuid",
4+
url = "git://github.com/thibaultcha/lua-resty-jit-uuid",
55
tag = "0.0.5"
66
}
77
description = {

0 commit comments

Comments
 (0)