Skip to content

Commit

Permalink
Merge pull request #357 from alerque/rockspec-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 1, 2020
2 parents 3237a97 + b383a19 commit aba04e1
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions penlight-scm-3.rockspec → penlight-dev-1.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 = "dev-1"

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

description = {
summary = "Lua utility libraries loosely based on the Python standard libraries",
homepage = "https://lunarmodules.github.io/Penlight",
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",
detailed = [[
Penlight is a set of pure Lua libraries for making it easier to work with common tasks like
iterating over directories, reading configuration files and the like. Provides functional operations
on tables and sequences.
]]
}

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

Expand Down

0 comments on commit aba04e1

Please sign in to comment.