mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
19 lines
655 B
XML
19 lines
655 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>xgqt@gentoo.org</email>
|
|
<name>Maciej Barć</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Nelua (stands for Native Extensible Lua) is a minimal, efficient,
|
|
statically-typed and meta-programmable systems programming language heavily
|
|
inspired by Lua, which compiles to C and native code.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/edubart/nelua-lang/issues</bugs-to>
|
|
<remote-id type="github">edubart/nelua-lang</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|