File: control

package info (click to toggle)
golang-github-antchfx-xpath 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 188 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,063 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
Source: golang-github-antchfx-xpath
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Indep:
 golang-any,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-antchfx-xpath
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-antchfx-xpath.git
Homepage: https://github.com/antchfx/xpath
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/antchfx/xpath

Package: golang-github-antchfx-xpath-dev
Architecture: all
Depends:
 ${misc:Depends},
Description: XPath package for Golang, supported HTML, XML, JSON query
 XPath is a Go package providing selecting nodes from XML, HTML or
 other documents using XPath expression.
 .
 Implementation:
  - htmlquery - an XPath query package for HTML document
  - xmlquery - an XPath query package for XML document
  - jsonquery - an XPath query package for JSON document