99e60bf51c
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@riseup.net>
28 lines
940 B
XML
28 lines
940 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>xgqt@riseup.net</email>
|
|
<name>Maciej Barć</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="apache">
|
|
Build Apache modules
|
|
</flag>
|
|
<flag name="gtk2">
|
|
Build GTK-2 UI support
|
|
</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
Neko is a high-level dynamically typed programming language. It can be
|
|
used as an embedded scripting language. It has been designed to provide
|
|
a common runtime for several different languages. Learning and using
|
|
Neko is very easy. You can easily extend the language with C libraries.
|
|
You can also write generators from your own language to Neko and then
|
|
use the Neko Runtime to compile, run, and access existing libraries.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">HaxeFoundation/neko</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|