gentoo/dev-lua/lua_cliargs/metadata.xml
Conrad Kostecki a2ad22254b
dev-lua/lua_cliargs: migrate to lua eclass
Closes: https://bugs.gentoo.org/752633
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2020-11-28 17:16:39 +01:00

22 lines
662 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>williamh@gentoo.org</email>
<name>William Hubbs</name>
</maintainer>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<longdescription>
This module adds support for accepting CLI
arguments easily using multiple notations and argument types.
cliargs allows you to define required, optional, and flag arguments.
</longdescription>
<upstream>
<remote-id type="github">amireh/lua_cliargs</remote-id>
</upstream>
</pkgmetadata>