Difference between revisions of "Lightning"

From Free Software Directory
Jump to: navigation, search
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
|Version download=https://ftp.gnu.org/gnu/lightning/lightning-2.1.2.tar.gz
 
 
|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=Bendikker
+
|License copyright=Copyright (C) 2012-2022  Free Software Foundation, Inc.
|License verified date=2018/06/12
+
|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=Debian (Ref)
+
|Resource audience=Savannah
|Resource URL=https://tracker.debian.org/pkg/lightning
+
|Resource kind=Developer
}}
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
 
|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=Mailing List
+
|Resource audience=Savannah
|Resource URL=https://lists.gnu.org/mailman/listinfo/lightning/
+
|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/gnu-system-discuss/
+
|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://savannah.gnu.org/people/
+
|Resource URL=https://www.wikidata.org/wiki/Q5514033
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=library
+
|Is High Priority Project=No
|Library=C
+
|VCS checkout command=git clone git://git.savannah.gnu.org/lightning.git
|Programming-language=C
+
|Computer languages=C
|Runs-on=GNU/Linux
+
|Decommissioned or Obsolete=No
|Use=library
+
|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 06:44, 4 January 2023


[edit]

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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

4 January 2023




Leaders and contributors

Contact(s)Role
pcpa Maintainer
Paulo Andrade Maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadhttps://ftp.gnu.org/gnu/lightning/
SavannahDeveloperhttps://savannah.gnu.org/projects/lightning/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/lightning.git/
FTPMailing Listhttps://ftpmirror.gnu.org/lightning/
WikidataGeneralhttps://www.wikidata.org/wiki/Q5514033
Mailing Listhttps://lists.gnu.org/mailman/listinfo/lightning/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=lightning.git
FTPDownloadhttps://alpha.gnu.org/gnu/lightning/


Software prerequisites

This entry (in part or in whole) was last reviewed on 4 January 2023.




Entry











"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









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.