Difference between revisions of "Lightning"
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...) |
(lightning-2.2.0) |
||
Line 4: | Line 4: | ||
|Full description=GNU lightning is a library that generates assembly language code at run-time, it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips. | |Full description=GNU lightning is a library that generates assembly language code at run-time, it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips. | ||
|Homepage URL=https://www.gnu.org/software/lightning/ | |Homepage URL=https://www.gnu.org/software/lightning/ | ||
+ | |Version download=https://ftp.gnu.org/gnu/lightning/lightning-2.2.0.tar.gz | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
|VCS checkout command=git clone git://git.savannah.gnu.org/lightning.git | |VCS checkout command=git clone git://git.savannah.gnu.org/lightning.git | ||
|Documentation note=https://www.gnu.org/software/lightning/manual/ | |Documentation note=https://www.gnu.org/software/lightning/manual/ | ||
− | |||
− | |||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|Donate=https://my.fsf.org/donate/ | |Donate=https://my.fsf.org/donate/ | ||
Line 16: | Line 15: | ||
|Version date=2017/09/14 | |Version date=2017/09/14 | ||
|Version status=stable | |Version status=stable | ||
− | |||
|Last review by=Bendikker | |Last review by=Bendikker | ||
|Last review date=2019/01/19 | |Last review date=2019/01/19 | ||
Line 33: | Line 31: | ||
{{Project license | {{Project license | ||
|License=LGPLv3orlater | |License=LGPLv3orlater | ||
− | |License verified by= | + | |License copyright=Copyright (C) 2012-2022 Free Software Foundation, Inc. |
− | |License verified date= | + | |License verified by=Genium |
+ | |License verified date=2023-01-04 | ||
+ | |License note=https://git.savannah.gnu.org/cgit/lightning.git/tree/lib/lightning.c | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=library | ||
+ | |Library=C | ||
+ | |Programming-language=C | ||
+ | |Runs-on=BSD, OS X, GNU/Linux | ||
+ | |Use=library | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=Yes | ||
+ | |GNU package identifier=lightning | ||
}} | }} | ||
{{Person | {{Person | ||
Line 47: | Line 58: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah |
− | |Resource | + | |Resource kind=Developer |
− | |||
− | |||
− | |||
|Resource URL=https://savannah.gnu.org/projects/lightning/ | |Resource URL=https://savannah.gnu.org/projects/lightning/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=Savannah | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
|Resource URL=https://git.savannah.gnu.org/cgit/lightning.git/ | |Resource URL=https://git.savannah.gnu.org/cgit/lightning.git/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource kind= | + | |Resource audience=Savannah |
− | |Resource URL=https:// | + | |Resource kind=VCS Repository Webview |
+ | |Resource URL=https://git.savannah.gnu.org/gitweb/?p=lightning.git | ||
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
− | |Resource URL=https://lists.gnu.org/mailman/listinfo/ | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/lightning/ |
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=FTP | ||
|Resource kind=Download | |Resource kind=Download | ||
|Resource URL=https://alpha.gnu.org/gnu/lightning/ | |Resource URL=https://alpha.gnu.org/gnu/lightning/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=FTP | ||
|Resource kind=Download | |Resource kind=Download | ||
|Resource URL=https://ftp.gnu.org/gnu/lightning/ | |Resource URL=https://ftp.gnu.org/gnu/lightning/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=FTP | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://ftpmirror.gnu.org/lightning/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Wikidata | ||
|Resource kind=General | |Resource kind=General | ||
− | |Resource URL=https:// | + | |Resource URL=https://www.wikidata.org/wiki/Q5514033 |
}} | }} | ||
− | {{ | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |VCS checkout command=git clone git://git.savannah.gnu.org/lightning.git |
− | | | + | |Computer languages=C |
− | | | + | |Decommissioned or Obsolete=No |
− | | | + | |Version identifier=2.2.0 |
+ | |Version date=2022-11-16 | ||
+ | |Version status=stable | ||
+ | |Last review by=Genium | ||
+ | |Last review date=2023-01-04 | ||
+ | |User level=advanced | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/lightning/lightning-2.2.0.tar.gz.sig | ||
+ | |Test entry=No | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 05:44, 4 January 2023
GNU lightning
https://www.gnu.org/software/lightning/
Generates assembly language code at run-time.
GNU lightning is a library that generates assembly language code at run-time, it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips.
This is a GNU package:lightning
Download
https://ftp.gnu.org/gnu/lightning/lightning-2.2.0.tar.gz
version 2.2.0
(stable)
released on 16 November 2022
OpenPGP signature URL: https://ftp.gnu.org/gnu/lightning/lightning-2.2.0.tar.gz.sig
User level
Advanced
VCS Checkout
git clone git://git.savannah.gnu.org/lightning.git
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
4 January 2023
Leaders and contributors
Contact(s) | Role |
---|---|
pcpa | Maintainer |
Paulo Andrade | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
FTP | Download | https://ftp.gnu.org/gnu/lightning/ |
Savannah | Developer | https://savannah.gnu.org/projects/lightning/ |
Savannah | VCS Repository Webview | https://git.savannah.gnu.org/cgit/lightning.git/ |
FTP | Mailing List | https://ftpmirror.gnu.org/lightning/ |
Wikidata | General | https://www.wikidata.org/wiki/Q5514033 |
Mailing List | https://lists.gnu.org/mailman/listinfo/lightning/ | |
Savannah | VCS Repository Webview | https://git.savannah.gnu.org/gitweb/?p=lightning.git |
FTP | Download | https://alpha.gnu.org/gnu/lightning/ |
Software prerequisites
This entry (in part or in whole) was last reviewed on 4 January 2023.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.