gnu: Add ruby-sexp-processor.
* gnu/packages/ruby.scm (ruby-sexp-processor): New variable.
This commit is contained in:
		
							parent
							
								
									5bc13b8e9b
								
							
						
					
					
						commit
						a8cdfd53db
					
				
					 1 changed files with 24 additions and 0 deletions
				
			
		| 
						 | 
					@ -20,6 +20,7 @@
 | 
				
			||||||
;;; Copyright © 2019 Collin J. Doering <collin@rekahsoft.ca>
 | 
					;;; Copyright © 2019 Collin J. Doering <collin@rekahsoft.ca>
 | 
				
			||||||
;;; Copyright © 2019 Diego N. Barbato <dnbarbato@posteo.de>
 | 
					;;; Copyright © 2019 Diego N. Barbato <dnbarbato@posteo.de>
 | 
				
			||||||
;;; Copyright © 2019 Brett Gilio <brettg@posteo.de>
 | 
					;;; Copyright © 2019 Brett Gilio <brettg@posteo.de>
 | 
				
			||||||
 | 
					;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -4304,6 +4305,29 @@ across multiple CPU cores.")
 | 
				
			||||||
    (home-page "https://github.com/whitequark/parser")
 | 
					    (home-page "https://github.com/whitequark/parser")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public ruby-sexp-processor
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "ruby-sexp-processor")
 | 
				
			||||||
 | 
					    (version "4.15.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (rubygems-uri "sexp_processor" version))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32
 | 
				
			||||||
 | 
					         "0d1vks77xnd0m3s94a58f9bkdwlaml5qdkmprx279m2s0pc2gv55"))))
 | 
				
			||||||
 | 
					    (build-system ruby-build-system)
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     ;; TODO: Add ruby-minitest-proveit once available.
 | 
				
			||||||
 | 
					     `(("hoe" ,ruby-hoe)))
 | 
				
			||||||
 | 
					    (synopsis "ParseTree fork which includes generic S-exp processing tools")
 | 
				
			||||||
 | 
					    (description "The sexp_processor package is derived from ParseTree, but
 | 
				
			||||||
 | 
					contrary to ParseTree, it includes all the generic S-exp processing tools.
 | 
				
			||||||
 | 
					Amongst the included tools are @code{Sexp}, @code{SexpProcessor} and
 | 
				
			||||||
 | 
					@code{Environment}")
 | 
				
			||||||
 | 
					    (home-page "https://github.com/seattlerb/sexp_processor")
 | 
				
			||||||
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public ruby-prawn-manual-builder
 | 
					(define-public ruby-prawn-manual-builder
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ruby-prawn-manual-builder")
 | 
					    (name "ruby-prawn-manual-builder")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue