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

Changelog

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

  * New upstream version 2.7.12

 -- Anthony Fok <email address hidden>  Fri, 23 Feb 2024 18:26:37 -0700

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tdewolff-parse_2.7.12-1.dsc 2.3 KiB 140e4ca329cd7c2675369c682257ead2f4a66e3c8c38df8947e644f1d7e68ddd
golang-github-tdewolff-parse_2.7.12.orig.tar.gz 106.3 KiB 6c99569467d9fb6c2f28c0eea0366d2b5b48e5726b4caf3e0a0708dc4a7d304a
golang-github-tdewolff-parse_2.7.12-1.debian.tar.xz 3.3 KiB 0b11ad175c033d5ada802331486b0d96178029c0f77e9a8db61cfbcf01307dcb

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.