nim-ttmath/ttmath.nimble
Alexander Ivanov 1dd3d37a9c First commit
2018-02-07 18:10:44 +02:00

11 lines
277 B
Nim

packageName = "ttmath"
version = "0.1.0"
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"