An open API service indexing awesome lists of open source software.

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.

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