Revision 9b9eabddd2481575f85443267760777f9c62d808 authored by Lucas Randazzo on 27 February 2024, 16:41:35 UTC, committed by Marge Bot on 06 March 2024, 12:34:23 UTC
1 parent 83d289c
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_signer)
 (public_name octez-signer)
 (package octez-signer)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.base.unix
  octez-libs.clic
  octez-shell-libs.client-base
  octez-shell-libs.client-base-unix
  octez-shell-libs.client-commands
  octez-shell-libs.signer-services
  octez-libs.rpc-http
  octez-libs.rpc-http-server
  octez-libs.rpc-http-client-unix
  octez-libs.stdlib-unix
  octez-libs.stdlib
  octez-shell-libs.signer-backends.unix)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_client_base
  -open Tezos_client_base_unix
  -open Tezos_client_commands
  -open Tezos_signer_services
  -open Tezos_rpc_http
  -open Tezos_rpc_http_server
  -open Tezos_rpc_http_client_unix
  -open Tezos_stdlib_unix
  -open Tezos_stdlib))
back to top