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

suil

Library for loading and wrapping LV2 plugin UIs

Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.

Suil makes it possible to load a UI of a toolkit in a host using another toolkit. The API is designed such that hosts do not need to explicitly support specific toolkits – if Suil supports a particular toolkit, then UIs in that toolkit will work in all hosts that use Suil automatically.

Suil currently supports every combination of Gtk, Qt, and X11.

Installation

Install the latest version of suil as follows:

guix install suil

Or install a particular version:

guix install suil@0.10.20

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

Example HTML:

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

Example Markdown:

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

Example Org:

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