imp/research/aparith/aparith.nimble

15 lines
295 B
Text
Raw Normal View History

2025-07-06 19:20:20 +10:00
# 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"