2018-05-30 07:45:17 +00:00
|
|
|
packageName = "eth_common"
|
|
|
|
version = "1.0.0"
|
|
|
|
author = "Status Research & Development GmbH"
|
|
|
|
description = "Ethereum Common library"
|
|
|
|
license = "MIT"
|
|
|
|
skipDirs = @["tests"]
|
|
|
|
|
|
|
|
requires "nim > 0.18.0",
|
|
|
|
"rlp",
|
2018-10-15 23:45:51 +00:00
|
|
|
"eth_trie",
|
2018-05-30 07:45:17 +00:00
|
|
|
"nimcrypto",
|
|
|
|
"ranges",
|
2018-05-30 16:02:12 +00:00
|
|
|
"stint",
|
2018-09-15 20:51:35 +00:00
|
|
|
"byteutils"
|