noether/noether.nimble

13 lines
349 B
Nim

# Package
version = "0.1.0"
author = "Emile Clark-Boman"
description = "Type theoretic imperative and logic language for mathematical programming"
license = "MIT"
srcDir = "src"
binDir = "bin"
installExt = @["nim"]
bin = @["noether", "nlx"]
backend = "c"
# Dependencies
requires "nim >= 2.2.0"