Skip to content

Commit

Permalink
chore(rockspec): Tag rockspec version, lint, normalize fields
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 29, 2020
1 parent ca6794e commit 455c402
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions penlight-scm-3.rockspec → penlight-scm-4.rockspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
rockspec_format = "3.0"
package = "penlight"
version = "scm-3"
version = "scm-4"

source = {
url = "git://github.com/lunarmodules/Penlight.git",
Expand All @@ -8,18 +9,20 @@ source = {

description = {
summary = "Lua utility libraries loosely based on the Python standard libraries",
homepage = "https://lunarmodules.github.io/Penlight",
license = "MIT/X11",
maintainer = "thijs@thijsschreijer.nl",
detailed = [[
Penlight is a set of pure Lua libraries focusing on input data handling
(such as reading configuration files), functional programming
(such as map, reduce, placeholder expressions,etc), and OS path management.
Much of the functionality is inspired by the Python standard libraries.
]]
]],
license = "MIT/X11",
homepage = "https://lunarmodules.github.io/Penlight",
issues_url = "https://github.com/lunarmodules/Penlight/issues",
maintainer = "thijs@thijsschreijer.nl",
}

dependencies = {
"lua >= 5.1",
"luafilesystem"
}

Expand Down

0 comments on commit 455c402

Please sign in to comment.