$ luarocks install org.conman.parsers.url.gopher
Parse "gopher:" URLs into a Lua table. This can only handle
"gopher:" URLs. If you need to parse more than just "gopher:" URLs,
then you can include, for example, "org.conman.parsers.url.url" and
merge the two:
gopher = require "org.conman.parsers.url.gopher"
url = require "org.conman.parsers.url.url"
url = gopher + url
It really is that simple.
Versions
Dependencies
LPeg >= 1.0.0
lua >= 5,1, <= 5.4
org.conman.const.gopher-types >= 1.0.0
org.conman.parsers.abnf >= 1.0.0
org.conman.parsers.ip-text >= 1.0.0