https://github.com/phadej/file-embed-lzma
Use Template Haskell to embed (LZMA compressed) data.
https://github.com/phadej/file-embed-lzma
Last synced: over 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T19:27:53.000Z (over 2 years ago)
- Last Synced: 2024-04-26T02:02:33.693Z (about 2 years 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.