add rockspec
This commit is contained in:
parent
494e61ac43
commit
2440dbc926
|
@ -0,0 +1,21 @@
|
||||||
|
package = "ln"
|
||||||
|
version = "0.1.0-1"
|
||||||
|
source = {
|
||||||
|
url = "git+https://tulpa.dev/cadey/lua-ln",
|
||||||
|
tag = "v0.1.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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue