me
/
guix
Archived
1
0
Fork 0

gnu: Add ruby-tomparse.

* gnu/packages/ruby.scm (ruby-tomparse): New variable.
master
Maxim Cournoyer 2020-07-10 00:37:58 -04:00
parent 908df675a8
commit 24ffd91bc2
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 23 additions and 0 deletions

View File

@ -7230,6 +7230,29 @@ used, such as Assay or AE.")
(home-page "http://rubyworks.github.com/spectroscope/") (home-page "http://rubyworks.github.com/spectroscope/")
(license license:bsd-2))) (license license:bsd-2)))
(define-public ruby-tomparse
(package
(name "ruby-tomparse")
(version "0.4.2")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "tomparse" version))
(sha256
(base32
"06xakk41f1kgj6j1ahkwn4r6cvidixvm4phhlrvmwb7c3pr8ygc8"))))
(build-system ruby-build-system)
;; TODO: Tests require citron and rulebow, not yet packaged.
(arguments '(#:tests? #f))
(synopsis "TomDoc parser for Ruby")
(description "TomParse is a TomDoc parser for Ruby. It takes a code
comment as input and parses it into a convenient object-oriented structure in
accordance with the TomDoc standard. See
@url{https://github.com/mojombo/tomdoc, TomDoc} for more information about the
TomDoc format.")
(home-page "http://rubyworks.github.com/tomparse/")
(license license:bsd-2)))
(define-public ruby-clap (define-public ruby-clap
(package (package
(name "ruby-clap") (name "ruby-clap")