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

lvtk

C++ libraries for LV2 plugins

The LV2 Toolkit (LVTK) contains libraries that wrap the LV2 C API and extensions into easy to use C++ classes. It is the successor of lv2-c++-tools.

Installation

Install the latest version of lvtk as follows:

guix install lvtk

Or install a particular version:

guix install lvtk@1.2.0-0.23dd995

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

Example HTML:

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

Example Markdown:

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

Example Org:

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