mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
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>
This commit is contained in:
parent
3ca4d48322
commit
9ee2e87dfe
1 changed files with 21 additions and 0 deletions
|
@ -3535,6 +3535,27 @@ (define-public perl-html-lint
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue