[ ソース: 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