File: control

package info (click to toggle)
golang-gopkg-xmlpath.v2 0.0~git20150820.0.860cbec-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 92
  • sloc: makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,470 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
Source: golang-gopkg-xmlpath.v2
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-golang-x-net-dev,
               golang-check.v1-dev
Standards-Version: 3.9.6
Homepage: https://github.com/go-xmlpath/xmlpath
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-xmlpath.v2.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-gopkg-xmlpath.v2.git
XS-Go-Import-Path: gopkg.in/xmlpath.v2

Package: golang-gopkg-xmlpath.v2-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-golang-x-net-dev,
         golang-check.v1-dev
Description: strict subset of the XPath specification for the Go language
 Package xmlpath implements a strict subset of the XPath specification
 for the Go language. At the moment, xmlpath is compatible with the
 XPath specification to the following extent:
  - All axes are supported ("child", "following-sibling", etc)
  - All abbreviated forms are supported (".", "//", etc)
  - All node types except for namespace are supported
  - Predicates may be [N], [path], [not(path)], [path=literal]
    or [contains(path, literal)]
  - Predicates may be joined with "or", "and", and parenthesis
  - Richer expressions and namespaces are not supported