14 lines
304 B
Nim
14 lines
304 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"
|
|
installExt = @["nim"]`
|
|
bin = @["noether"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 2.2.0"
|