noether/noether.nimble

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