File: control

package info (click to toggle)
golang-github-antchfx-xmlquery 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: golang-github-antchfx-xmlquery
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
 Thorsten Alteholz <debian@alteholz.de>,
Section: golang
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 (>= 1.3.0)
Standards-Version: 4.7.0
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
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 golang-github-golang-groupcache-dev,
 golang-golang-x-net-dev,
 golang-github-antchfx-xpath-dev (>= 1.3.0)
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.