15 lines
295 B
Text
15 lines
295 B
Text
|
|
# Package
|
||
|
|
|
||
|
|
version = "1.0.0"
|
||
|
|
author = "Emile Clark-Boman"
|
||
|
|
description = "Arbitrary Precision Integer Test - BigInts"
|
||
|
|
license = "MIT"
|
||
|
|
srcDir = "src"
|
||
|
|
bin = @["aparith", "speedtest_bigint"]
|
||
|
|
|
||
|
|
|
||
|
|
# Dependencies
|
||
|
|
|
||
|
|
requires "nim >= 2.2.0"
|
||
|
|
requires "bigints >= 1.0.0"
|