Project is now named Celeste
This commit is contained in:
parent
87917f9526
commit
269092fb53
45 changed files with 1507 additions and 12 deletions
10
celeste.nimble
Normal file
10
celeste.nimble
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue