aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/marst.scm
blob: 9b4db8be635c2faff72c76fcfff45556c6669bb4 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
;;; GNU Guix --- Functional package management for GNU
;;; Copyright 2016 John Darrington <jmd@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages marst)
  #:use-module (guix packages)
  #:use-module (guix licenses)
  #:use-module (guix download)
  #:use-module (gnu packages compression)
  #:use-module (guix build-system gnu))

(define-public marst
  (package
    (name "marst")
    (version "2.7")
    (source
     (origin
       (method url-fetch)
       (uri (string-append
             "mirror://gnu/" name "/" name "-" version
             ".tar.gz"))
       (sha256
        (base32 "0l6swjy8fjrqw89ghc1vvakg21jmpfkpsw92yssrzkg3rg8vkrry"))))
    (build-system gnu-build-system)
    (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+)))
>2017-12-08gnu: keepassxc: Always install libraries to /lib....Rutger Helling 2017-12-02gnu: keepassxc: Update to 2.2.2....Manolis Ragkousis 2017-11-17gnu: Move testing packages from python.scm to check.scm....Ricardo Wurmus 2017-11-10gnu: password-store: Install passmenu script....Jelle Licht 2017-10-22gnu: keepassxc: Update to 2.2.1....Nicolas Goaziou 2017-10-15gnu: python-cffi: Move to libffi.scm...Efraim Flashner 2017-09-13gnu: Add John the Ripper....Eric Bavier 2017-08-06gnu: keepassx: Superseded by keepassxc....Efraim Flashner 2017-08-06gnu: Add keepassxc....Efraim Flashner 2017-06-26gnu: Add pass-git-helper....Jelle Licht 2017-06-21gnu: cracklib: Fix up description....Tobias Geerinckx-Rice 2017-06-21gnu: libpwquality: Update to 1.4.0....Tobias Geerinckx-Rice 2017-05-10gnu: libpwquality: Update source and home-page URLs....Ethan R. Jones 2017-04-14gnu: password-store: Update to 1.7.1....Arun Isaac 2017-03-28gnu: shroud: Use HTTPS source URL....Leo Famulari 2017-03-28gnu: shroud: Fix home page URL....Arun Isaac 2017-03-16gnu: password-store: Fix compatibility with GnuPG 2.1.19....Clément Lassieur 2017-03-02gnu: password-store: Update to 1.7....Marius Bakke 2017-01-28gnu: assword: Wrap with the GObject typelib of GTK+....宋文武 2017-01-17gnu: password-store: Install bash completions....Marius Bakke 2017-01-10gnu: cracklib: Fix buffer overflow....Leo Famulari 2017-01-03gnu: assword: Update to 0.10....Leo Famulari 2016-12-20gnu: argon2: Update to 20161029....Tobias Geerinckx-Rice 2016-12-10gnu: password-store: Don't run tests in parallel....Christopher Baines 2016-12-10gnu: password-store: Delete build phase...Christopher Baines