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

emacs-spark

Sparkline generation library for Emacs Lisp

emacs-spark is a sparkline generation library for Emacs Lisp. It generates a sparkline string given a list of numbers. It is a port of cl-spark to Emacs Lisp.

Installation

Install the latest version of emacs-spark as follows:

guix install emacs-spark

Or install a particular version:

guix install emacs-spark@20160503-1.0bf148c

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 emacs-spark about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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