gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2106: add


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2106: add
Date: Sat, 30 Mar 2013 14:13:27 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2106
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-30 14:13:27 +0100
message:
  add
modified:
  gnu/lightning/Makefile
=== modified file 'gnu/lightning/Makefile'
--- a/gnu/lightning/Makefile    2012-12-16 23:14:20 +0000
+++ b/gnu/lightning/Makefile    2013-03-30 13:13:27 +0000
@@ -3,6 +3,12 @@
 GARVERSION = 1.2
 HOME_URL = http://www.gnu.org/software/lightning/
 DESCRIPTION = A run-time code generation library
+define BLURB
+ GNU Lightning is a library that generates assembly language code at
+ run-time.  Thus, it is useful in creating Just-In-Time compilers.  It
+ abstracts over the target CPU by exposing a standardized RISC
+ instruction set to the clients.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]