Revision b615df1cabcd074cd216b490e99ec2260a69c324 authored by Corneliu Hoffman on 25 November 2022, 19:52:51 UTC, committed by Corneliu Hoffman on 07 December 2022, 09:16:00 UTC
1 parent dfa2482
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 tezos-client-base-unix)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-base.unix
  tezos-clic
  tezos-rpc
  tezos-rpc-http
  tezos-rpc-http-client-unix
  tezos-shell-services
  tezos-stdlib-unix
  tezos-client-base
  tezos-client-commands
  tezos-mockup
  tezos-mockup-registration
  tezos-mockup-commands
  tezos-proxy
  tezos-proxy.rpc
  tezos-signer-backends.unix
  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