nim-ttmath/ttmath.nimble

14 lines
347 B
Plaintext
Raw Normal View History

2018-02-07 16:09:10 +00:00
packageName = "ttmath"
2018-02-20 13:04:35 +00:00
version = "0.5.0"
2018-02-07 16:09:10 +00:00
author = "Status Research & Development GmbH"
description = "A Nim wrapper for ttmath: big numbers with fixed size"
license = "Apache License 2.0"
srcDir = "src"
### Dependencies
requires "nim >= 0.17.2"
2018-03-03 15:44:21 +00:00
task test, "Run tests":
--run
setCommand "cpp", "tests/test1.nim"