[ 源代码: golang-github-tdewolff-parse ]
软件包:golang-github-tdewolff-parse-dev(2.6.5-1)
golang-github-tdewolff-parse-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-tdewolff-parse:
- [golang-github-tdewolff-parse_2.6.5-1.dsc]
- [golang-github-tdewolff-parse_2.6.5.orig.tar.gz]
- [golang-github-tdewolff-parse_2.6.5-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- 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.
其他与 golang-github-tdewolff-parse-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-tdewolff-test-dev (>= 1.0.7)
- Go test helper functions