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

guile-dsv

DSV module for Guile

Guile-DSV is a GNU Guile module for working with the delimiter-separated values (DSV) data format. Guile-DSV supports the Unix-style DSV format and RFC 4180 style format. Also Guile-DSV includes a console program named dsv that allows to view and process DSV data, including such operations as delimiter change, conversion from one DSV standard to another and printing the data as pseudographics tables.

Installation

Install the latest version of guile-dsv as follows:

guix install guile-dsv

Or install a particular version:

guix install guile-dsv@0.8.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 guile-dsv about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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