15 lines
304 B
Text
15 lines
304 B
Text
|
|
# Package
|
||
|
|
|
||
|
|
version = "0.1.0"
|
||
|
|
author = "Emile Clark-Boman"
|
||
|
|
description = "Type theoretic imperative and logic language for mathematical programming"
|
||
|
|
license = "MIT"
|
||
|
|
srcDir = "src"
|
||
|
|
installExt = @["nim"]`
|
||
|
|
bin = @["noether"]
|
||
|
|
|
||
|
|
|
||
|
|
# Dependencies
|
||
|
|
|
||
|
|
requires "nim >= 2.2.0"
|