golang-github-tdewolff-parse 2.5.21-1 source package in Ubuntu

Changelog

golang-github-tdewolff-parse (2.5.21-1) unstable; urgency=medium

  * New upstream version 2.5.21

 -- Anthony Fok <email address hidden>  Thu, 04 Nov 2021 10:29:34 -0600

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tdewolff-parse_2.5.21-1.dsc 2.3 KiB 78494b5994d74068caa48afe3361d5e5a437a013720ba6b584e8ff072effed77
golang-github-tdewolff-parse_2.5.21.orig.tar.gz 98.4 KiB 7d8ab9838d7c8eeee642549357dcb007211a2eb0797f3e6761d2214c77e5f48a
golang-github-tdewolff-parse_2.5.21-1.debian.tar.xz 3.2 KiB 89b96c589d94e0f833c9344cd6d7ccd217e6e9e2607e86b58737120946a093f0

Available diffs

No changes file available.

Binary packages built by this source

golang-github-tdewolff-parse-dev: Go parsers for web formats

 This package contains several lexers and parsers written in Go.
 All subpackages are built to be streaming, high performance
 and to be in accordance with the official (latest) specifications.
 .
 The lexers are implemented using buffer.Lexer in
 https://github.com/tdewolff/parse/buffer and the parsers work on top of
 the lexers. Some subpackages have hashes defined (using Hasher
 https://github.com/tdewolff/hasher) that speed up common
 byte-slice comparisons.