https://gitlab.com/tezos/tezos
Raw File
Tip revision: 04116dd30c6a0dbc2678687ac71ffa15e0dd9e09 authored by Julien Tesson on 18 March 2024, 11:29:21 UTC
More oph propagation
Tip revision: 04116dd
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