@hackage hevm0.51.2
Ethereum virtual machine evaluator
Categories
License
AGPL-3.0-only
Maintainer
mikael@brockman.se, martin.lundfall@gmail.com, git@d-xo.org
Links
Versions
Installation
Dependencies (93)
- Decimal >=0.5.1 && <0.6
- QuickCheck >=2.13.2 && <2.15
- abstract-par >=0.3.3 && <0.4
- aeson >=2.0.0 && <2.1
- aeson-optics >=1.2.0.1 && <1.3
- ansi-wl-pprint >=0.6.9 && <0.7 Show all…
Dependents (0)
Package Flags
ci
(off by default)
Sets flags for compilation in CI
devel
(off by default)
Sets flag for compilation during development
Hevm implements the Ethereum virtual machine semantics. . It can be used as a library, and it also comes with an executable that can run unit test suites, optionally with a visual TTY debugger.