Thu, 09 May 2024 08:39:21 UTC | login

Information for build fennel-1.3.1-2.fc39

ID271670
Package Namefennel
Version1.3.1
Release2.fc39
Epoch
SummaryA Lisp that compiles to Lua
DescriptionFennel 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 29 Nov 2023 10:17:50 UTC
CompletedWed, 29 Nov 2023 10:17:50 UTC
Tags
f40
RPMs
src
fennel-1.3.1-2.fc39.src.rpm (info) (download)
noarch
fennel-1.3.1-2.fc39.noarch.rpm (info) (download)
Changelog * Fri Jul 28 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.3.1-2 - Fix version in manpages * Fri Jul 28 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.3.1-1 - Update to 1.3.1 - more manpages! * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Feb 15 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.3.0-1 - Update to 1.3.0 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jan 13 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.2.1-1 - Update to 1.2.1 * Tue Sep 27 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.2.0-1 - Update to 1.2.0 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Apr 12 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.1.0-1 - Update to 1.1.0 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 09 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.0-1 - Update to 1.0.0 - Opt in to rpmautospec