https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4807f8eaad3618cf41d349add6688445ac0f6053 authored by Pierrick Couderc on 31 March 2023, 14:19:22 UTC
Lazy_containers: Add Chunked_byte_vector.shrink
Tip revision: 4807f8e
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