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

Changelog

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

  * New upstream version 2.4.2
  * Bump dependency on golang-github-tdewolff-test-dev to (>= 1.0.6~)

 -- Anthony Fok <email address hidden>  Fri, 21 Feb 2020 04:00:46 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tdewolff-parse_2.4.2-1.dsc 2.2 KiB 494523c1371c51f93686e478502a916a16b85a0a6f6c1cdd3a338125c0ad8830
golang-github-tdewolff-parse_2.4.2.orig.tar.gz 86.6 KiB 68e6ab7b4c8ba6f6634725567ca13ee668366adf577ec01fb04867bc2e2f8dcb
golang-github-tdewolff-parse_2.4.2-1.debian.tar.xz 3.0 KiB 93f58257dec1a128afe7db7cb8a22eb1a1cca1bdf7f5ea5b055641187a4f301d

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.