Skip to content

Commit

Permalink
rockspec 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
golgote committed Oct 13, 2021
1 parent 2db46b5 commit 32acd84
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rockspec/net-url-1.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = "net-url"
version = "1.1-1"

source = {
url = "git://github.com/golgote/neturl.git",
tag = "v1.1-1"
}

description = {
summary = "URL and Query string parser, builder, normalizer for Lua.",
detailed = [[
This small Lua library provides a few functions to parse URL with querystring and build new URL easily.
]],
homepage = "https://github.com/golgote/neturl",
license = "MIT/X11"
}

dependencies = {
"lua >= 5.1"
}

build = {
type = "builtin",
modules = {
["net.url"] = "lib/net/url.lua"
}
}

0 comments on commit 32acd84

Please sign in to comment.