https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9aebedd3b0745f5e261919cb56e8b5b317828c63 authored by Joel Bjornson on 23 November 2022, 12:04:53 UTC
Proto,SCORU: Assign a gas cost to proof validation
Tip revision: 9aebedd
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
  tezos-base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top