Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmchale/archive-backpack
Demonstration of backpack to enable substitution of tar/libarchive functionality
https://github.com/vmchale/archive-backpack
backpack haskell
Last synced: 3 months ago
JSON representation
Demonstration of backpack to enable substitution of tar/libarchive functionality
- Host: GitHub
- URL: https://github.com/vmchale/archive-backpack
- Owner: vmchale
- License: bsd-3-clause
- Created: 2019-04-11T03:16:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T19:15:37.000Z (9 months ago)
- Last Synced: 2024-04-29T19:39:36.451Z (9 months ago)
- Topics: backpack, haskell
- Language: Haskell
- Size: 271 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archive-backpack
This is a demo of GHC's backpack, used to fuse the functionality of
[libarchive](http://hackage.haskell.org/package/libarchive) and
[tar](http://hackage.haskell.org/package/tar).## Performance
Performance should be rougly equal to [GNU
tar](https://www.gnu.org/software/tar/) or [BSD
tar](https://libarchive.org/) if built with the `libarchive` backend.## Development
### Building
`archive-backpack` is built exclusively using
[cabal-install](https://www.haskell.org/cabal/).```
cabal build all
```