Difference between revisions of "Lightning"
(added standard link) |
(lightning-2.2.0) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU lightning | |Name=GNU lightning | ||
− | |Short description=Generates assembly language code at run-time | + | |Short description=Generates assembly language code at run-time. |
|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 | ||
Line 9: | Line 10: | ||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|Donate=https://my.fsf.org/donate/ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards | ||
|Keywords=library,gnu,GNU lightning,lightning,assembly,RISC | |Keywords=library,gnu,GNU lightning,lightning,assembly,RISC | ||
|Version identifier=2.1.2 | |Version identifier=2.1.2 | ||
|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= | + | |Last review date=2019/01/19 |
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011/04/01 | |Submitted date=2011/04/01 | ||
Line 21: | Line 22: | ||
|Paid support=https://www.fsf.org/resources/service/ | |Paid support=https://www.fsf.org/resources/service/ | ||
|Accepts cryptocurrency donations=Yes | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/lightning/lightning-2.1.2.tar.gz.sig | ||
|Test entry=No | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
Line 29: | 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 43: | Line 58: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah |
− | |Resource URL=https:// | + | |Resource kind=Developer |
+ | |Resource URL=https://savannah.gnu.org/projects/lightning/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah |
− | |Resource URL=https:// | + | |Resource kind=VCS Repository Webview |
+ | |Resource URL=https://git.savannah.gnu.org/cgit/lightning.git/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |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 | + | |Resource kind=Mailing List |
− | |Resource URL=https:// | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/lightning/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource kind= | + | |Resource audience=FTP |
− | |Resource URL=https:// | + | |Resource kind=Download |
+ | |Resource URL=https://alpha.gnu.org/gnu/lightning/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource kind= | + | |Resource audience=FTP |
− | |Resource URL=https:// | + | |Resource kind=Download |
+ | |Resource URL=https://ftp.gnu.org/gnu/lightning/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=FTP | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
− | |Resource URL=https:// | + | |Resource URL=https://ftpmirror.gnu.org/lightning/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource kind= | + | |Resource audience=Wikidata |
− | |Resource URL=https:// | + | |Resource kind=General |
+ | |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.