generated from supranim/temple
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: George Lemon <[email protected]>
- Loading branch information
1 parent
52accbb
commit 4a01135
Showing
5 changed files
with
600 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Package | ||
|
||
version = "0.1.0" | ||
author = "Supranim" | ||
description = "Create, calculate and format money in Nim language" | ||
license = "MIT" | ||
srcDir = "src" | ||
|
||
# Dependencies | ||
|
||
requires "nim >= 1.6.12" | ||
requires "bigints" | ||
|
||
task dev, "development build": | ||
exec "nim c --out:./bin/money src/money.nim" |
Oops, something went wrong.