me
/
guix
Archived
1
0
Fork 0

gnu: Add perl-html-selector-xpath.

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

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

View File

@ -3535,6 +3535,27 @@ composed of HTML::Element style components.")
syntactic legitmacy.")
(license license:artistic2.0)))
(define-public perl-html-selector-xpath
(package
(name "perl-html-selector-xpath")
(version "0.28")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/C/CO/CORION/HTML-Selector-XPath-" version
".tar.gz"))
(sha256
(base32 "03wdwnrf0bvr2dw01njnz3a9mw2kl7ad7krh25j3vkyj7vq1f9s3"))))
(build-system perl-build-system)
(native-inputs (list perl-test-base
perl-test-pod))
(home-page "https://metacpan.org/release/HTML-Selector-XPath")
(synopsis "CSS Selector to XPath compiler")
(description "@code{HTML::Selector::XPath} is a Perl module for parsing
and scraping XML/HTML documents using XPath expressions.")
(license license:perl-license)))
(define-public perl-html-tableextract
(package
(name "perl-html-tableextract")