guix-patches
[Top][All Lists]
Advanced

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

bug#55533: [PATCH] gnu: Add cdecl.


From: Ludovic Courtès
Subject: bug#55533: [PATCH] gnu: Add cdecl.
Date: Wed, 01 Jun 2022 23:23:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hi,

Foo Chuan Wei <chuanwei.foo@hotmail.com> skribis:

> * gnu/packages/code.scm (cdecl): New variable.

Applied with the changes below, thanks!

Ludo’.

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index f0dd443560..437c735c79 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -1004,10 +1004,10 @@ (define-public cdecl
     (inputs (list readline))
     (home-page "https://www.ibiblio.org/pub/linux/devel/lang/c/";)
     (synopsis "Turn English phrases into C or C++ declarations and vice versa")
-    (description "@code{cdecl} is a program which will turn English-like 
phrases
-into C declarations.  It can also translate the C into the pseudo-English.  And
-it handles typecasts, too.  Plus C++.  And in this version it has command line
-editing and history with the GNU readline library.")
+    (description "@code{cdecl} is a program that turns English-like phrases 
into C
+declarations.  It can also translate C into pseudo-English.  It also handles
+type casts and C++.  It has command-line editing and history with the GNU
+Readline library.")
     (license license:public-domain)))
 
 (define-public cscope

reply via email to

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