summaryrefslogtreecommitdiff
path: root/dev-lang/lfe/metadata.xml
blob: 027d45669913a15f46c48ac3290c503adea456a0 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>