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

guile-goblins

Distributed programming environment for Guile

guile-goblins is the Guile version of Spritely Goblins, a transactional, distributed programming environment following object capability security designs. Goblins is a general toolkit, and also the core layer of Spritely's work to support healthy distributed networked communities. Goblins allows for cooperation between networked programs in a mutually suspicious network through OCapN, the Object Capability Network. This includes collaboration across runtimes; for instance, programs written in the Guile and Racket versions of Goblins are able to speak to each other.

Installation

Install the latest version of guile-goblins as follows:

guix install guile-goblins

Or install a particular version:

guix install guile-goblins@0.16.0

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

Example HTML:

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

Example Markdown:

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

Example Org:

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