golang-github-antchfx-xpath 1.3.1-1 source package in Ubuntu

Changelog

golang-github-antchfx-xpath (1.3.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Mathias Gibbens <email address hidden>  Thu, 27 Jun 2024 23:37:19 +0000

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-antchfx-xpath_1.3.1-1.dsc 2.2 KiB b6c8e5114c35d5a1b22bede7a20d3d57261cd57a71a5c00af87b0dd3413a38a0
golang-github-antchfx-xpath_1.3.1.orig.tar.gz 35.7 KiB ba8c0863b6407621c3dc7868350a052b607cfd9cbc3537923353ebfcf41bb7b2
golang-github-antchfx-xpath_1.3.1-1.debian.tar.xz 2.5 KiB 8412d3a0fcc084a5b80e03177236d76bd5581ce71da9f868483b775afc19803c

Available diffs

No changes file available.

Binary packages built by this source

golang-github-antchfx-xpath-dev: 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