summaryrefslogtreecommitdiff
path: root/gnu/packages/marst.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-07-29 10:13:12 +0200
committerLudovic Courtès <ludo@gnu.org>2016-07-29 10:13:12 +0200
commita3947cb1b8c471a04abb785b830da661b197aaae (patch)
tree917e3c3531a66d0f0806506df4809290d7d263ec /gnu/packages/marst.scm
parentc777570b5783b76b3c846e324048cbfbcac39166 (diff)
downloadguix-patches-a3947cb1b8c471a04abb785b830da661b197aaae.tar
guix-patches-a3947cb1b8c471a04abb785b830da661b197aaae.tar.gz
gnu: Sync GNU descriptions with upstream.
From 'guix lint -c gnu-description'. * gnu/packages/gnunet.scm (gnunet): Adjust description. * gnu/packages/marst.scm (marst): Likewise. * gnu/packages/maths.scm (c-graph): Likewise. * gnu/packages/networking.scm (macchanger): Likewise.
Diffstat (limited to 'gnu/packages/marst.scm')
-rw-r--r--gnu/packages/marst.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/marst.scm b/gnu/packages/marst.scm
index 7d4a4f364d..7249cf1823 100644
--- a/gnu/packages/marst.scm
+++ b/gnu/packages/marst.scm
@@ -37,7 +37,10 @@
(base32 "0l6swjy8fjrqw89ghc1vvakg21jmpfkpsw92yssrzkg3rg8vkrry"))))
(build-system gnu-build-system)
(home-page "http://www.gnu.org/software/marst")
- (synopsis "Algol to C translator")
- (description "MARST is an Algol-to-C translator. It automatically translates programs
-written on the algorithmic language Algol 60 to the C programming language.")
+ (synopsis "Algol-to-C translator")
+ (description
+ "GNU MARST is an Algol-to-C translator. The package consists of the
+translator itself, a library that contains the necessary Algol 60 procedures,
+and a converter that converts existing Algol 60 programs from other
+representations to the MARST representation.")
(license gpl3+)))