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

guile-srfi-234

Topological sorting module for Guile Scheme

Topological sorting is an algorithm that takes a graph consisting of nodes and other nodes that depend on them, forming a partial order, and returns a list representing a total ordering of the graph. If the graph is cyclic, the topological sort will fail. The procedure topological-sort returns three values. If sorting succeeds, the first value contains the result and the second and third are #false. If sorting fails, the result is #false and the second and third value may provide additional information about the error.

Installation

Install the latest version of guile-srfi-234 as follows:

guix install guile-srfi-234

Or install a particular version:

guix install guile-srfi-234@1.0.0-1.2c7c3df

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

Example HTML:

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

Example Markdown:

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

Example Org:

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