gnu: Add perl-parse-yapp.

* gnu/packages/perl.scm (perl-parse-yapp): New variable.
master
Ben Woodcroft 2016-07-12 15:13:26 +10:00
parent 176345c5b2
commit 5e2b27b045
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 21 additions and 0 deletions

View File

@ -6588,6 +6588,27 @@ YAML-style files, written with as little code as possible, reducing load time
and memory overhead.")
(license (package-license perl))))
(define-public perl-parse-yapp
(package
(name "perl-parse-yapp")
(version "1.05")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/F/FD/FDESAR/Parse-Yapp-"
version
".tar.gz"))
(sha256
(base32
"0azjqqf4m7nkfgmmj4q77vy9sdgg01wn8xxv40bq3pis93xnr2i2"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Parse-Yapp")
(synopsis "Generate and use LALR parsers")
(description "This package compiles yacc-like @dfn{Look Ahead LR} (LALR)
grammars to generate Perl object oriented parser modules.")
(license (package-license perl))))
;;; Some packaged modules need versions of core modules that are newer than
;;; those in our perl 5.16.1.