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

libdex

Library for future-based programming with glib

Dex provides Future-based programming for GLib-based applications.

It both integrates with and brings new features for application and library authors who want to manage concurrent code.

Dex also provides Fibers which allow writing synchronous looking code in C that uses asynchronous and future-based APIs.

Installation

Install the latest version of libdex as follows:

guix install libdex

Or install a particular version:

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

Example HTML:

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

Example Markdown:

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

Example Org:

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