13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "Christopher Arndt"
|
||
|
description = "A Nim library for writing audio and MIDI plugins conforming to the LV2 standard"
|
||
|
license = "MIT"
|
||
|
srcDir = "src"
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 2.0"
|