me
/
guix
Archived
1
0
Fork 0

gnu: Add perl-html-treebuilder-xpath.

* gnu/packages/web.scm (perl-html-treebuilder-xpath): New variable.

Change-Id: I4069eae36a8c49a507e89c18fed90e0e53fdde4d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Steve George 2024-04-26 13:41:59 +02:00 committed by Ludovic Courtès
parent 9ee2e87dfe
commit f2d83b3352
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 20 additions and 0 deletions

View File

@ -3671,6 +3671,26 @@ for the variables, loops and branches declared in the template. This allows
you to separate design from the data.") you to separate design from the data.")
(license license:perl-license))) (license license:perl-license)))
(define-public perl-html-treebuilder-xpath
(package
(name "perl-html-treebuilder-xpath")
(version "0.14")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/M/MI/MIROD/HTML-TreeBuilder-XPath-"
version ".tar.gz"))
(sha256
(base32 "1wx4i1scng20n405fp3a4vrwvvq9bvbmg977wnd5j2ja8jrbvsr5"))))
(build-system perl-build-system)
(propagated-inputs (list perl-html-tree perl-xml-xpathengine))
(home-page "https://metacpan.org/release/HTML-TreeBuilder-XPath")
(synopsis "XPath support for @code{HTML::TreeBuilder}")
(description "This module implements @code{HTML::TreeBuilder::XPath} for
@code{HTML::TreeBuilder}, making it easy to parse documents using XPath.")
(license license:perl-license)))
(define-public perl-http-body (define-public perl-http-body
(package (package
(name "perl-http-body") (name "perl-http-body")