summaryrefslogtreecommitdiff
path: root/Build/source/libs/zziplib/zziplib-src/README.MD
blob: a3c64d7994871ee2c4476286975a16a121bda4a7 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
... **please switch to 'cmake' based builds** ... 

The zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
It also provides a functionality to overlay the archive filesystem
with the filesystem of the operating system environment.

The origins of the project go back to the 1999 when Tomi Ollila
did explore the details of the zip format. It was adopted by
Guido Draheim in 2000 making the source code portable to many
platforms. Originally maintained on Sourceforge it moved to
GitHub in 2017 for easier collobaration with other projects.

> also check out the original [README](README) file

... test status [(master)](https://github.com/gdraheim/zziplib/tree/master): [![Build Status](https://dev.azure.com/gdraheim/gdraheim/_apis/build/status/gdraheim.zziplib%20(1)?branchName=master)](https://dev.azure.com/gdraheim/gdraheim/_build/latest?definitionId=4&branchName=master) ... ([develop/tests/zziptests.py](https://github.com/gdraheim/zziplib/blob/develop/test/zziptests.py))

**DOCUMENTATION**

* for more details, see http://zziplib.sourceforge.net/
* [copying](docs/copying.htm)
  [developer](docs/developer.htm)
  [functions](docs/functions.htm)
  [php](docs/zip-php.htm)
  [referitals](docs/referentials.htm)
  [future](docs/future.htm)
  [notes](docs/notes.htm)
  [64on32](docs/64on32.htm)
  [download](docs/download.htm)
  [history](docs/history.htm)
* [zzip:](docs/zzip-index.htm) 
  [basics](docs/zzip-basics.htm)
  [api](docs/zzip-api.htm)
  [crypt](docs/zzip-crypt.htm)
  [cryptoid](docs/zzip-cryptoid.htm)
  [extio](docs/zzip-extio.htm)
  [extras](docs/zzip-extras.htm)
  [file](docs/zzip-file.htm)
  [parse](docs/zzip-parse.htm)
  [sdl-rwops](docs/zzip-rwops.htm)
  [xor](docs/zzip-xor.htm)
  [zip](docs/zzip-zip.htm)
  [sfx-make](docs/sfx-make.htm)
* [zziplib](docs/zziplib.html)
  [mmapped](docs/mmapped.htm)
  [fseeko](docs/fseeko.htm)
  [download](docs/download.htm)
  [faq](docs/faq.htm)
  (outdated in the source tree)