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

Changelog

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

  * New upstream version 2.7.13
  * Bump Standards-Version to 4.7.0 (no change)

 -- Anthony Fok <email address hidden>  Fri, 26 Apr 2024 06:10:46 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tdewolff-parse_2.7.13-1.dsc 2.3 KiB 6ca8f24aea0c06a34c87529a0a1d489a4dce273f69a2c836a5527b7037399802
golang-github-tdewolff-parse_2.7.13.orig.tar.gz 106.8 KiB 7797bcffb9e9f8342ecab4f23bc3b2c1bd31106c419f79804e8dcb32de6d2c44
golang-github-tdewolff-parse_2.7.13-1.debian.tar.xz 3.3 KiB 65c9afebd823168c53e9d473209bd5e81e1312eb097f31cc73b055164842e7c6

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.