Skip to content

Commit

Permalink
prepare release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
golgote committed Dec 7, 2024
1 parent 5071266 commit fd0df85
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rockspec/net-url-1.2-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = "net-url"
version = "1.2-1"

source = {
url = "git://github.com/golgote/neturl.git",
tag = "v1.2-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 fd0df85

Please sign in to comment.