mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
18 lines
589 B
XML
18 lines
589 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>
|
|
<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>
|
|
<remote-id type="github">rvirding/lfe</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|