summaryrefslogtreecommitdiff
path: root/dev-lang/fennel/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
commitfcc5224904648a8e6eb528d7603154160a20022f (patch)
tree3bfce096b38a9cea8eed13fc70c1526c456e9abd /dev-lang/fennel/metadata.xml
parent2fd57282f0262ca084e05b0f2c63fbada395d02b (diff)
gentoo resync : 02.02.2022
Diffstat (limited to 'dev-lang/fennel/metadata.xml')
-rw-r--r--dev-lang/fennel/metadata.xml18
1 files changed, 6 insertions, 12 deletions
diff --git a/dev-lang/fennel/metadata.xml b/dev-lang/fennel/metadata.xml
index 7be4ec2ae425..001e74a2f442 100644
--- a/dev-lang/fennel/metadata.xml
+++ b/dev-lang/fennel/metadata.xml
@@ -1,29 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!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 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>