Revision 41bbdaad8460dd120076393686ef76fdad3c5432 authored by Thomas Letan on 30 January 2024, 11:36:18 UTC, committed by Marge Bot on 02 February 2024, 18:40:29 UTC
1 parent ab63e09
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_client_base_unix)
 (public_name octez-shell-libs.client-base-unix)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.base.unix
  octez-libs.clic
  octez-libs.rpc
  octez-libs.rpc-http
  octez-libs.rpc-http-client-unix
  octez-shell-libs.shell-services
  octez-libs.stdlib-unix
  octez-shell-libs.client-base
  octez-shell-libs.client-commands
  octez-shell-libs.mockup
  octez-shell-libs.mockup-registration
  octez-shell-libs.mockup-commands
  octez-shell-libs.proxy
  octez-shell-libs.proxy.rpc
  octez-shell-libs.signer-backends.unix
  octez-version.value
  lwt-exit
  uri)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_rpc_http
  -open Tezos_rpc_http_client_unix
  -open Tezos_shell_services
  -open Tezos_stdlib_unix
  -open Tezos_client_base
  -open Tezos_client_commands
  -open Tezos_mockup_commands))
back to top