https://github.com/pgaskin/czlib
zlib bindings for Go without any external dependencies. Forked from DataDog/zlib.
https://github.com/pgaskin/czlib
bindings cgo go zlib
Last synced: 4 months ago
JSON representation
zlib bindings for Go without any external dependencies. Forked from DataDog/zlib.
- Host: GitHub
- URL: https://github.com/pgaskin/czlib
- Owner: pgaskin
- License: other
- Created: 2020-02-14T16:29:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T19:46:06.000Z (almost 6 years ago)
- Last Synced: 2025-08-15T06:50:04.515Z (11 months ago)
- Topics: bindings, cgo, go, zlib
- Language: Go
- Homepage:
- Size: 523 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
czlib - zlib bindings for Go
This is a fork of github.com/DataDog/czlib with the following changes:
- Go modules support
- Use sortix zlib fork
- Built-in merged zlib to simplify cross-compiling