gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1844: add blurb for ccide


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1844: add blurb for ccide
Date: Wed, 30 Jan 2013 22:40:24 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1844
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-30 22:40:24 +0100
message:
  add blurb for ccide
modified:
  gnu/ccide/Makefile
=== modified file 'gnu/ccide/Makefile'
--- a/gnu/ccide/Makefile        2012-12-16 22:02:50 +0000
+++ b/gnu/ccide/Makefile        2013-01-30 21:40:24 +0000
@@ -3,6 +3,12 @@
 GARVERSION = 0.6.6
 HOME_URL = http://twysf.users.sourceforge.net/
 DESCRIPTION = A decision table code generator
+define BLURB
+ Ccide is a decision table code generator for the C language.  This 
+ helps to avoid unmanageable and error-prone chains of nested if-else
+ statements.  Instead, decision tables are entered in an intuitive and
+ easy-to-read format, which is then expanded into portable C code.
+endef
 
 ######################################################################
 


reply via email to

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