Pakket: golang-github-tdewolff-parse-dev (2.7.15-1)
Verwijzigingen voor golang-github-tdewolff-parse-dev
Debian bronnen:
Het bronpakket golang-github-tdewolff-parse downloaden:
- [golang-github-tdewolff-parse_2.7.15-1.dsc]
- [golang-github-tdewolff-parse_2.7.15.orig.tar.gz]
- [golang-github-tdewolff-parse_2.7.15-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- golang-github-weppos-publicsuffix-go-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-minio-blake2b-simd-dev
- minify
- golang-lukechampine-blake3-dev
- golang-github-bradenaw-juniper-dev
- gocryptfs
- ocaml-ulex08
- golang-github-mostynb-go-grpc-compression-dev
- r-cran-farver
- golang-github-adamkorcz-go-fuzz-headers-1-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.