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.
- Versions: 0.8.1
- Website: https://github.com/artyom-poptsov/guile-dsv
- Licenses: GPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]