All Projects → dom96 → untar

dom96 / untar

Licence: other
Nim library for decompressing tar.gz files.

Programming Languages

nim
578 projects

untar

This library does one and only one thing very well, it decompresses and extracts .tar.gz archives.

Installation

nimble install untar

Usage

import os
import untar

var file = newTarFile("file.tar.gz")
file.extract(getCurrentDir() / "extracted-files")

Dependencies

This package aims to have as few dependencies as possible. The zlib library is the only dependency.

On Windows the zlib library is linked statically!

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].