nimbus-eth1/nimbus.nimble

17 lines
502 B
Plaintext
Raw Normal View History

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-26 11:59:56 +00:00
"https://github.com/alehander42/nim-rlp.git#fix-ordinal",
"https://github.com/status-im/nim-ttmath >= 0.5.0"
2018-02-07 16:16:04 +00:00
2018-01-30 10:51:13 +00:00