lv2 0.6.0

A safe, fast, and ergonomic framework to create LV2 plugins
Documentation
1
2
3
4
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
    buildInputs = with pkgs.python3Packages; [sphinx recommonmark sphinx_rtd_theme];
}