mirror of
https://github.com/elysium-os/fil.git
synced 2026-07-08 18:17:41 +02:00
Freestanding Inflate Library
- C 86.6%
- Python 6.6%
- Lua 4.4%
- Nix 2.4%
| include | ||
| src | ||
| tools | ||
| .clang-format | ||
| .gitignore | ||
| fab.lua | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| test.py | ||
Freestanding Inflate Library
Minimal inflate library with zero dependencies, designed for freestanding environments.
Currently support GZIP/Deflate implemented according to RFC1952 and RFC1951.
Building
FIL is built with fabricate.
fabricate setup
# Or for a release version
# fabricate setup -o buildtype=release
fabricate build
API
The api is documented in the header file located here.