This commit is contained in:
Cadey Ratio 2019-12-25 19:11:15 +00:00
parent 1b74fa386d
commit 91faa7b5ef
1 changed files with 21 additions and 0 deletions

21
ln-0.2.0-1.rockspec Normal file
View File

@ -0,0 +1,21 @@
package = "ln"
version = "0.2.0-1"
source = {
url = "git+https://tulpa.dev/cadey/lua-ln",
tag = "v0.2.0"
}
description = {
summary = "The natural log function",
homepage = "https://tulpa.dev/cadey/lua-ln",
license = "0bsd"
}
dependencies = {
"lua ~> 5.3",
"dkjson"
}
build = {
type = "builtin",
modules = {
ln = "src/ln.lua"
}
}