modernc.org/z@v1.7.4/README.md (about) 1 # z 2 3 zlib 1.2.11 is a general purpose data compression library. All the code is 4 thread safe. The data format used by the zlib library is described by RFCs 5 (Request for Comments) 1950 to 1952 in the files 6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and 7 rfc1952 (gzip format). 8 9 ## Installation 10 11 $ go get modernc.org/z 12 13 ## Linking using ccgo 14 15 $ ccgo foo.c -lmodernc.org/z/lib 16 17 ## Documentation 18 19 [godoc.org/modernc.org/z](http://godoc.org/modernc.org/z) 20 21 ## Builders 22 23 [modern-c.appspot.com/-/builder/?importpath=modernc.org%2fz](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fz)