aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/marst.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-07-29 14:18:07 -0400
committerMark H Weaver <mhw@netris.org>2016-07-29 14:18:07 -0400
commit0bab3af0786ffd4caec05a29d7281ac5e5c18b6b (patch)
treed83fd52d0cb72b3a9c21642583d804c8c1865646 /gnu/packages/marst.scm
parent49d725a108dc33f4eb72faff7cf138c5dd8c64f4 (diff)
parent682a7d23385f709a680049a823bb84e45c922b3c (diff)
downloadgnu-guix-0bab3af0786ffd4caec05a29d7281ac5e5c18b6b.tar
gnu-guix-0bab3af0786ffd4caec05a29d7281ac5e5c18b6b.tar.gz
Merge branch 'master' into core-updates
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+)))