noether/noether.nimble

15 lines
350 B
Text
Raw Normal View History

2025-06-16 20:47:52 +10:00
# 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"
2025-06-16 20:47:52 +10:00
# Dependencies
requires "nim >= 2.2.0"