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

Changelog

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

  * New upstream version 2.6.6
  * Remove binary dependency on golang-github-tdewolff-test-dev
    which is used only for tests

 -- Anthony Fok <email address hidden>  Tue, 20 Jun 2023 03:12:39 -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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tdewolff-parse_2.6.6-1.dsc 2.3 KiB d0ec09840338b53e8634b6c6cd29001081ad67e12cce7e9d3ce486f39445dc68
golang-github-tdewolff-parse_2.6.6.orig.tar.gz 102.3 KiB 4cef6edf309b0c4730bd79b832527eb3504a1f8d87cce48c60f9c1cdd5785df8
golang-github-tdewolff-parse_2.6.6-1.debian.tar.xz 3.2 KiB 05ad6809cf1788d4901f9005aa531dcf796b4ae38c7397d97d1205500e0d3d2f

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.