2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-11 00:10:15 +03:00
Files
gentoo/dev-lang/lfe/metadata.xml
Maciej Barć 0649458b12 dev-lang/lfe: update metadata.xml upstream info
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2026-01-07 23:30:20 +01:00

26 lines
852 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>patrick@gentoo.org</email>
<name>Patrick Lauer</name>
</maintainer>
<maintainer type="person">
<email>xgqt@gentoo.org</email>
<name>Maciej Barć</name>
</maintainer>
<longdescription lang="en">
LFE, Lisp Flavoured Erlang, is a lisp syntax front-end
to the Erlang compiler. Code produced with it is compatible
with "normal" Erlang code.
An LFE evaluator and shell is also included.
</longdescription>
<upstream>
<bugs-to>https://github.com/lfe/lfe/issues/</bugs-to>
<changelog>https://github.com/lfe/lfe/releases/</changelog>
<doc>https://lfe.io/use/</doc>
<remote-id type="github">lfe/lfe</remote-id>
</upstream>
</pkgmetadata>