golang-github-puerkitobio-goquery 1.8.1-2 source package in Ubuntu

Changelog

golang-github-puerkitobio-goquery (1.8.1-2) unstable; urgency=medium

  * d/control:
    - Add Testsuite: autopkgtest-pkg-go
    - Add Multi-Arch: foreign

 -- Mathias Gibbens <email address hidden>  Sat, 17 Jun 2023 15:54:24 +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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-puerkitobio-goquery_1.8.1-2.dsc 2.4 KiB 56de8b22ba407ecba666000e4262e07861a6b9808ce1cfdbd52d6f48f4917d00
golang-github-puerkitobio-goquery_1.8.1.orig.tar.gz 104.1 KiB d6e72ac1c5bb92e1106dab9a03bb29cdabd7b1ef8b915e7a6fbcfedb8e2b9388
golang-github-puerkitobio-goquery_1.8.1-2.debian.tar.xz 9.9 KiB 59225dce83de7288499f81890e1db073c0603b3fb0cf244dcf283f483fe36c5b

Available diffs

No changes file available.

Binary packages built by this source

golang-github-puerkitobio-goquery-dev: jQuery-style HTML manipulation in Go

 goquery brings a syntax and a set of features similar to jQuery
 (http://jquery.com/) to the Go language, based on Go's net/html
 package and the CSS Selector library cascadia.
 .
 Syntax-wise, it is as close as possible to jQuery, with the same
 function names when possible, and a chainable interface.