[ 原始碼: golang-github-tdewolff-parse ]
套件:golang-github-tdewolff-parse-dev(2.6.3-1~bpo11+1)
golang-github-tdewolff-parse-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-tdewolff-parse:
- [golang-github-tdewolff-parse_2.6.3-1~bpo11+1.dsc]
- [golang-github-tdewolff-parse_2.6.3.orig.tar.gz]
- [golang-github-tdewolff-parse_2.6.3-1~bpo11+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