[PATCH] gnu: Add cdecl.

  • Done
  • quality assurance status badge
Details
2 participants
  • Foo Chuan Wei
  • Ludovic Courtès
Owner
unassigned
Submitted by
Foo Chuan Wei
Severity
normal
F
F
Foo Chuan Wei wrote on 20 May 2022 06:06
(address . guix-patches@gnu.org)
PU1PR01MB2155DCA925298E85AECC7F5E8DD39@PU1PR01MB2155.apcprd01.prod.exchangelabs.com
Attachment: file
L
L
Ludovic Courtès wrote on 1 Jun 2022 23:23
(address . 55533-done@debbugs.gnu.org)
87ee08rsc9.fsf@gnu.org
Hi,

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

Toggle quote (2 lines)
> * gnu/packages/code.scm (cdecl): New variable.

Applied with the changes below, thanks!

Ludo’.
Toggle diff (19 lines)
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
Closed
?