https://gitlab.com/tezos/tezos
Raw File
Tip revision: 72468976d10debda60074025862caf2b8748f9ba authored by Killian Delarue on 22 November 2023, 13:09:58 UTC
Scripts, Packages: Remove protocol from smartrollup config
Tip revision: 7246897
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