proxy.golang.org : github.com/itchio/brotli-go
Package brotli contains bindings for the Brotli compression library This is a very basic Cgo wrapper for the enc and dec directories from the Brotli sources. I've made a few minor changes to get things working with Go. 1. The default dictionary has been extracted to a separate 'shared' package to allow linking the enc and dec cgo modules if you use both. Otherwise there are duplicate symbols, as described in the dictionary.h header files. 2. The dictionary variable name for the dec package has been modified for the same reason, to avoid linker collisions.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/itchio/brotli-go
License: MIT
Latest release: over 9 years ago
First release: over 9 years ago
Namespace: github.com/itchio
Stars: 0 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 months ago