Source: golang-github-antchfx-xmlquery
Maintainer: Kali Developers <devel@kali.org>
Uploaders:
 Daniel Ruiz de Alegría <daniruiz@kali.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
Build-Depends-Indep:
 golang-any,
 golang-github-golang-groupcache-dev,
 golang-golang-x-net-dev,
 golang-github-antchfx-xpath-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://gitlab.com/kalilinux/packages/golang-github-antchfx-xmlquery
Vcs-Git: https://gitlab.com/kalilinux/packages/golang-github-antchfx-xmlquery.git
Homepage: https://github.com/antchfx/xmlquery
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/antchfx/xmlquery

Package: golang-github-antchfx-xmlquery-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-golang-groupcache-dev,
 golang-golang-x-net-dev,
 golang-github-antchfx-xpath-dev,
Description: Go XPath package for XML query
 XPath query package for XML document, lets you extract
 data or evaluate from XML documents by an XPath expression.
 .
 xmlquery built-in the query object caching feature will caching the
 recently used XPATH query string. Enable caching can avoid re-compile
 XPath expression each query.
