mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
Closes: https://github.com/gentoo/gentoo/pull/24879 Signed-off-by: Caleb Maclennan <caleb@alerque.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
19 lines
703 B
XML
19 lines
703 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>conikost@gentoo.org</email>
|
|
<name>Conrad Kostecki</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<longdescription lang="en">
|
|
A tool for linting and static analysis of Lua code.
|
|
Luacheck supports checking Lua files using syntax of
|
|
Lua 5.1, Lua 5.2, Lua 5.3, Lua 5.4 and LuaJIT.
|
|
Luacheck itself is written in Lua and runs on all of mentioned Lua versions.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">lunarmodules/luacheck</remote-id>
|
|
<remote-id type="github">mpeterv/luacheck</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|