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

ola

Framework for controlling entertainment lighting equipment

The Open Lighting Architecture is a framework for lighting control information. It supports a range of protocols and over a dozen USB devices. It can run as a standalone service, which is useful for converting signals between protocols, or alternatively using the OLA API, it can be used as the backend for lighting control software. OLA runs on many different platforms including ARM, which makes it a perfect fit for low cost Ethernet to DMX gateways.

Installation

Install the latest version of ola as follows:

guix install ola

Or install a particular version:

guix install ola@0.10.9

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

Example HTML:

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

Example Markdown:

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

Example Org:

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