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

ghc-pretty-hex

Haskell library for hex dumps of ByteStrings

This Haskell library generates pretty hex dumps of ByteStrings in the style of other common *nix hex dump tools.

Installation

Install the latest version of ghc-pretty-hex as follows:

guix install ghc-pretty-hex

Or install a particular version:

guix install ghc-pretty-hex@1.1

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 ghc-pretty-hex about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

[[https://packages.guix.gnu.org/packages/ghc-pretty-hex][https://packages.guix.gnu.org/packages/ghc-pretty-hex/badges/latest-version.svg]]