summaryrefslogtreecommitdiff
path: root/README.md
blob: cdf708adec08195deddd8eaac982167a34d92cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

Pure DeflateInflate executables
===============================

Minimal deflate and inflate commandline frontend for zlib.


## Build / Install

Use well-known configure/make/install proceduce.

Alternatively `contrib/build-using-docker/README.md` provides an
isolated and easier to reproduce build environment via docker.


## Stats for Nerds

```txt
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C                                3             68             30            355
C/C++ Header                     1              9              1             18
Markdown                         1              7              0              7
-------------------------------------------------------------------------------
SUM:                             5             84             31            380
-------------------------------------------------------------------------------
```