Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phadej/file-embed-lzma
Use Template Haskell to embed (LZMA compressed) data.
https://github.com/phadej/file-embed-lzma
Last synced: 2 months ago
JSON representation
Use Template Haskell to embed (LZMA compressed) data.
- Host: GitHub
- URL: https://github.com/phadej/file-embed-lzma
- Owner: phadej
- License: bsd-3-clause
- Created: 2018-04-05T06:57:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T19:27:53.000Z (about 1 year ago)
- Last Synced: 2024-04-26T02:02:33.693Z (9 months ago)
- Language: Haskell
- Size: 38.1 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# file-embed-lzma
The [file-embed](http://hackage.haskell.org/package/file-embed) package let's
embed file and dir contents.This package is similar, but also compresses the embedded contents with LZMA.
That makes resulting object files smaller, at the cost of start up decompression.