lv2
Nim bindings for the LV2 plugin specification.
Summary
| Latest Version | 0.1 |
|---|---|
| License | GPLv3 |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Authors
- Lukas Pirl
Installation
nimble install lv2
choosenim install lv2
git clone https://gitlab.com/lpirl/lv2-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| lv2 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/lpirl/lv2-nim |
|---|---|
| Homepage | https://gitlab.com/lpirl/lv2-nim |
| Registry Source | nimble_official |
README
.. image:: https://gitlab.com/lpirl/lv2-nim/badges/master/pipeline.svg :target: https://gitlab.com/lpirl/lv2-nim/pipelines :align: right
Nim <https://nim-lang.org/> bindings for the LV2 audio plugin
specification <https://lv2plug.in/>.
To see an example of how to implement a LV2 plugin in Nim, please refer
to the examples directory <examples>__.
The author is not an expert in Nim, so suggestions regarding syntax, semantics, and conventions are more than welcome.
GPL 3.0 <https://opensource.org/licenses/GPL-3.0>__ licensed.