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

gwl-next

Workflow management extension for GNU Guix

The Guix Workflow Language (GWL) provides an extension to GNU Guix's declarative language for package management to automate the execution of programs in scientific workflows. The GWL can use process engines to integrate with various computing environments.

Installation

Install the latest version of gwl-next as follows:

guix install gwl-next

Or install a particular version:

guix install gwl-next@0.5.0-1.706a089

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

Example HTML:

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

Example Markdown:

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

Example Org:

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