https://gitlab.com/tezos/tezos
Raw File
Tip revision: 313999806ddeb0d3ff9159287fd5d3ea8d0174e1 authored by Hantang Sun on 09 October 2023, 16:04:10 UTC
EVM: fix arithmetic underflow
Tip revision: 3139998
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name tztop_main)
 (public_name tztop)
 (package internal-devtools)
 (modes byte)
 (libraries
  octez-protocol-compiler
  octez-libs.base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top