https://gitlab.com/tezos/tezos
Raw File
Tip revision: 72166174107b2164a82993cc407253d4e2829bc0 authored by Mehdi Bouaziz on 28 November 2023, 13:57:50 UTC
Proto/Tez_repr: simplify encoding
Tip revision: 7216617
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