https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4247b96ea5805cab20221395f87e6afbee6cf40b authored by Sylvain Ribstein on 20 December 2022, 08:51:59 UTC
proto/scoru: fix skip list valid_back_path
Tip revision: 4247b96
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