X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/c3052d6bcd2193b258fb92b99291a4918931fe36..6a4fe83b5edb26df45c1fb6bf66ebcf1e680f48c:/gnu/packages/marst.scm diff --git a/gnu/packages/marst.scm b/gnu/packages/marst.scm index 7d4a4f364d..92a32eba6c 100644 --- a/gnu/packages/marst.scm +++ b/gnu/packages/marst.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright 2016 John Darrington +;;; Copyright © 2016 John Darrington ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,8 +36,11 @@ (sha256 (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.") + (home-page "https://www.gnu.org/software/marst/") + (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+)))