lv2-nim
Nim bindings for the LV2 audio plugin specification
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 2 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2023-03-26 |
| Downloads | 0 |
| Last Indexed | 2026-07-30 04:39 |
Installation
nimble install lv2-nim
choosenim install lv2-nim
git clone https://gitlab.com/lpirl/lv2-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| lv2-nim | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/lpirl/lv2-nim |
|---|---|
| Homepage | https://gitlab.com/lpirl/lv2-nim |
| Registry Source | gitlab |
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.