golang-gopkg-xmlpath.v2 0.0~git20150820.0.860cbec-5.1 source package in Ubuntu

Changelog

golang-gopkg-xmlpath.v2 (0.0~git20150820.0.860cbec-5.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 14:59:17 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-xmlpath.v2_0.0~git20150820.0.860cbec-5.1.dsc 2.3 KiB b9bf7f289be81a6901ce10261e3d9fa6f6e143e81e059f3c3fefd7e0428fd3da
golang-gopkg-xmlpath.v2_0.0~git20150820.0.860cbec.orig.tar.xz 13.5 KiB 0fba8f4eb083979d2bb128082b20feab4e254df2f12d7b7e605ce0980d0bd104
golang-gopkg-xmlpath.v2_0.0~git20150820.0.860cbec-5.1.debian.tar.xz 3.0 KiB d927eb2d698505a4581eb0372b6ac558d00c146403f5cd14e76737e6eef4964d

No changes file available.

Binary packages built by this source

golang-gopkg-xmlpath.v2-dev: 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