blob: 7f65a348f97aec799efa6e8f8725cf68623035b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?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>
|