https://gitlab.com/tezos/tezos
Raw File
Tip revision: f6481b6a64764bede62e0a0e2836fc734525dfc5 authored by Julien Tesson on 02 April 2024, 07:44:42 UTC
docs/alpha: add staker to glossary
Tip revision: f6481b6
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_wasm_debugger)
 (public_name octez-smart-rollup-wasm-debugger)
 (package octez-smart-rollup-wasm-debugger)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-smart-rollup-wasm-debugger-lib)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Octez_smart_rollup_wasm_debugger_lib))
back to top