Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.