mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ruby-oedipus-lex: Fix indentation.
* gnu/packages/ruby.scm (ruby-oedipus-lex): Fix indentation.
This commit is contained in:
parent
9b863bbd74
commit
b2ccd0dbf4
1 changed files with 9 additions and 10 deletions
|
@ -5600,23 +5600,22 @@ (define-public ruby-oedipus-lex
|
|||
(name "ruby-oedipus-lex")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "oedipus_lex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"094nd7jd3klv45mvprfn2ivcgw8cckq3jhlly77j903vlamfi0df"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "oedipus_lex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"094nd7jd3klv45mvprfn2ivcgw8cckq3jhlly77j903vlamfi0df"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list ruby-hoe))
|
||||
(native-inputs (list ruby-hoe))
|
||||
(synopsis "Ruby lexer")
|
||||
(description
|
||||
"Oedipus Lex is a lexer generator in the same family as Rexical and Rex.
|
||||
It is based primarily on generating code much like you would a hand-written
|
||||
lexer. It uses StrScanner within a multi-level case statement. As such,
|
||||
Oedipus matches on the first match, not the longest.")
|
||||
(home-page "https://github.com/seattlerb/oedipus_lex")
|
||||
(license license:expat)))
|
||||
(home-page "https://github.com/seattlerb/oedipus_lex")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-guard
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue