This package browser is in early development. Mind the rough edges.

lz4json

C decompress tool for mozilla lz4json format

lz4json is a little utility to unpack lz4json files as generated by Firefox's bookmark backups and session restore. This is a different format from what the normal lz4 utility expects. The data is dumped to stdout.

Installation

Install the latest version of lz4json as follows:

guix install lz4json

Or install a particular version:

guix install lz4json@2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of lz4json about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/lz4json'><img src='https://packages.guix.gnu.org/packages/lz4json/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/lz4json/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/lz4json)

Example Org:

[[https://packages.guix.gnu.org/packages/lz4json][https://packages.guix.gnu.org/packages/lz4json/badges/latest-version.svg]]