nymph/nymph.nimble
Christopher Arndt 95100a0f03 Initial commit
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-04-19 12:07:48 +02:00

13 lines
253 B
Nim

# 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"