mirror of
https://github.com/status-im/nim-ttmath.git
synced 2025-02-23 17:58:10 +00:00
11 lines
277 B
Nim
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"
|
|
|