2018-01-22 22:23:07 +00:00
|
|
|
mode = ScriptMode.Verbose
|
|
|
|
|
|
|
|
packageName = "nimbus"
|
|
|
|
version = "0.1.0"
|
|
|
|
author = "Status Research & Development GmbH"
|
|
|
|
description = "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices"
|
|
|
|
license = "Apache License 2.0"
|
|
|
|
skipDirs = @["tests"]
|
|
|
|
|
2018-01-30 10:51:13 +00:00
|
|
|
requires "nim >= 0.17.0",
|
|
|
|
"https://github.com/status-im/nim-keccak-tiny.git >= 0.1.0",
|
2018-02-07 16:16:04 +00:00
|
|
|
"https://github.com/status-im/nim-rlp.git >= 1.0.0",
|
|
|
|
"https://github.com/status-im/nim-ttmath >= 0.1.0"
|
|
|
|
|
2018-01-30 10:51:13 +00:00
|
|
|
|
2018-01-29 17:40:22 +00:00
|
|
|
|