mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 00:18:24 +00:00
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
|
mode = ScriptMode.Verbose
|
||
|
|
||
|
packageName = "evmjit"
|
||
|
version = "0.0.1"
|
||
|
author = "Status Research & Development GmbH"
|
||
|
description = "A wrapper for the The Ethereum EVM JIT library"
|
||
|
license = "Apache License 2.0"
|
||
|
skipDirs = @["tests"]
|
||
|
|
||
|
requires "nim >= 0.17.0"
|
||
|
|
||
|
proc configForTests() =
|
||
|
--hints: off
|
||
|
--debuginfo
|
||
|
--path: "."
|
||
|
--run
|
||
|
|