summaryrefslogtreecommitdiff
blob: 63abd338943f59ebd56751f62762ba75ef6255e3 (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>xgqt@gentoo.org</email>
    <name>Maciej Barć</name>
  </maintainer>
  <longdescription>
    Fennel is a lisp that compiles to Lua. It aims to be easy to use,
    expressive, and has almost zero overhead compared to handwritten Lua.
    Full Lua compatibility - You can use any function or library from Lua.
    Zero overhead - Compiled code should be just as or more efficient
    than hand-written Lua.
    Compile-time macros - Ship compiled code with no runtime dependency
    on Fennel.
    Embeddable - Fennel is a one-file library as well as an executable.
    Embed it in other programs to support runtime extensibility and
    interactive development.
    At https://fennel-lang.org there's a live in-browser REPL you can use
    without installing anything.
  </longdescription>
  <upstream>
    <remote-id type="sourcehut">~technomancy/fennel</remote-id>
  </upstream>
</pkgmetadata>