mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-lang/fennel: new pkg; add 0.9.1 and live
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
26
dev-lang/fennel/metadata.xml
Normal file
26
dev-lang/fennel/metadata.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@riseup.net</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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="github">bakpakin/Fennel</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user