blob: e996520895eafff0a98eb79c53bd00a46dccae37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|