https://gitlab.com/tezos/tezos
Raw File
Tip revision: e99e688c9883f9a4e097557c292058967d2a7d41 authored by Philippe Wang on 23 November 2023, 17:47:00 UTC
CI: fix linkcheck: explicit dependency on trigger
Tip revision: e99e688
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