11 lines
228 B
Text
11 lines
228 B
Text
|
|
# Package
|
||
|
|
version = "0.1.0"
|
||
|
|
author = "Emile Clark-Boman"
|
||
|
|
description = "Self contained framework for computational mathematics"
|
||
|
|
license = "MIT"
|
||
|
|
srcDir = "src"
|
||
|
|
|
||
|
|
|
||
|
|
# Dependencies
|
||
|
|
requires "nim >= 2.2.0"
|