Files
gentoo/dev-lang/neko/metadata.xml
Ulrich Müller 2585fffefc **/metadata.xml: Replace http by https in DOCTYPE element
Again. :(

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2022-01-25 19:37:45 +01:00

25 lines
955 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ml@gentoo.org</email>
<name>ML</name>
</maintainer>
<use>
<flag name="apache">Build Apache modules</flag>
</use>
<longdescription>
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>
<bugs-to>https://github.com/HaxeFoundation/neko/issues/</bugs-to>
<remote-id type="github">HaxeFoundation/neko</remote-id>
</upstream>
</pkgmetadata>