summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-02-01 23:22:56 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-02-01 23:23:17 +0100
commit0541586e78354f24d34c5cc21763ad8275890041 (patch)
treef95290be239378c1e6240a0a70b2bfe1d32a7a28 /dev-lang/fennel
parentdev-lang/fennel: bump to 1.0.0 (diff)
downloadgentoo-0541586e78354f24d34c5cc21763ad8275890041.tar.gz
gentoo-0541586e78354f24d34c5cc21763ad8275890041.tar.bz2
gentoo-0541586e78354f24d34c5cc21763ad8275890041.zip
dev-lang/fennel: update metadata
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/fennel')
-rw-r--r--dev-lang/fennel/metadata.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/dev-lang/fennel/metadata.xml b/dev-lang/fennel/metadata.xml
index 2b5cd319731f..001e74a2f442 100644
--- a/dev-lang/fennel/metadata.xml
+++ b/dev-lang/fennel/metadata.xml
@@ -6,24 +6,18 @@
<email>xgqt@gentoo.org</email>
<name>Maciej Barć</name>
</maintainer>
- <longdescription lang="en">
+ <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
+ 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
+ Compile-time macros - Ship compiled code with no runtime dependency
on Fennel.
- - Embeddable - Fennel is a one-file library as well as an executable.
+ 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>
- <bugs-to>https://github.com/bakpakin/Fennel/issues</bugs-to>
- <remote-id type="github">bakpakin/Fennel</remote-id>
- </upstream>
</pkgmetadata>