mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: perl6-grammar-debugger: Perl -> Raku.
* gnu/packages/perl6.scm (perl6-grammar-debugger)[source]: Reindent. [synopsis]: Replace mention of Perl with Raku. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
479fedb025
commit
3471ab0a13
1 changed files with 10 additions and 11 deletions
|
@ -305,7 +305,7 @@ (define-public rakudo
|
|||
(license license:artistic2.0)))
|
||||
|
||||
(define-public perl6-grammar-debugger
|
||||
;; Last commit was September 2017
|
||||
;; Last commit was September 2017.
|
||||
(let ((commit "0375008027c8caa216bd869476ce59ae09b2a702")
|
||||
(revision "1"))
|
||||
(package
|
||||
|
@ -319,13 +319,12 @@ (define-public perl6-grammar-debugger
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y826z3m276n7ia810hgcb3div67nxmx125m2fzlc16994zd5vm5"))))
|
||||
(base32 "0y826z3m276n7ia810hgcb3div67nxmx125m2fzlc16994zd5vm5"))))
|
||||
(build-system rakudo-build-system)
|
||||
(propagated-inputs
|
||||
(list perl6-terminal-ansicolor))
|
||||
(home-page "https://github.com/jnthn/grammar-debugger")
|
||||
(synopsis "Simple tracing and debugging support for Perl 6 grammars")
|
||||
(synopsis "Simple tracing and debugging support for Raku grammars")
|
||||
(description "This module provides a simple debugger for grammars. Just
|
||||
@code{use} it: use @code{Grammar::Debugger;} and any grammar in the lexical
|
||||
scope of the use statement will automatically have debugging enabled. The
|
||||
|
|
Loading…
Reference in a new issue