awesomewm.d.tl/rockspecs/awesomewm.d.tl-dev-1.rockspec

24 lines
504 B
Plaintext
Raw Normal View History

2022-06-26 17:37:53 +02:00
package = "awesomewm.d.tl"
version = "dev-1"
source = {
url = "*** please add URL for source tarball, zip or repository here ***",
}
description = {
homepage = "*** please enter a project homepage ***",
license = "*** please specify a license ***",
}
dependencies = {
"lua ~> 5.4",
"lualogging 1.6.0",
"inspect 3.1.3",
"ansicolors 1.0.2",
"web_sanitize 1.3.0",
2022-08-15 15:44:00 +02:00
"penlight 1.13.1",
"luasocket 3.1.0-1",
"luasec 1.2.0-1",
2022-06-26 17:37:53 +02:00
}
build = {
type = "builtin",
modules = {},
}