Source: golang-github-antchfx-xmlquery Maintainer: Debian Go Packaging Team Uploaders: Dawid Dziurla , Thorsten Alteholz , 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.5.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-antchfx-xmlquery Vcs-Git: https://salsa.debian.org/go-team/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.