Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itchio/boar

🐗 boar will sniff and dismantle most archives you throw at it
https://github.com/itchio/boar

Last synced: 2 months ago
JSON representation

🐗 boar will sniff and dismantle most archives you throw at it

Awesome Lists containing this project

README

        

# boar

[![build status](https://git.itch.ovh/itchio/boar/badges/master/build.svg)](https://git.itch.ovh/itchio/boar/commits/master)
[![codecov](https://codecov.io/gh/itchio/boar/branch/master/graph/badge.svg)](https://codecov.io/gh/itchio/boar)
[![Go Report Card](https://goreportcard.com/badge/github.com/itchio/boar)](https://goreportcard.com/report/github.com/itchio/boar)
[![GoDoc](https://godoc.org/github.com/itchio/boar?status.svg)](https://godoc.org/github.com/itchio/boar)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/itchio/boar/blob/master/LICENSE)

boar will sniff any archive, and maybe even let you extract it.

Under the hood, it uses:

* - for resumable extraction
* - for file sniffing
* - for the files we don't
have a custom decompressor for

## License

boar's code itself is under MIT License, see `LICENSE` for details.

However:

* `szextractor` uses 7-zip, which is licensed under LGPL and BSD 3-clause, see
* `rarextractor` uses dmc_unrar, which has LGPL and BSD clauses, see