nim-ttmath/ttmath.nimble
2018-02-20 14:21:50 +02:00

11 lines
277 B
Nim

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