nim-ttmath/ttmath.nimble

11 lines
277 B
Plaintext
Raw Normal View History

2018-02-07 18:09:10 +02:00
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"