https://gitlab.com/tezos/tezos
Raw File
Tip revision: 94bafe4f13818557c7bd49852cf516be3421e5df authored by Fedor Sheremetyev on 18 January 2022, 07:28:09 UTC
Update CI config
Tip revision: 94bafe4
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-client-base
  tezos-client-commands
  tezos-stdlib-unix
  tezos-rpc-http-client-unix
  tezos-mockup
  tezos-mockup-registration
  tezos-mockup-commands
  tezos-proxy
  tezos-signer-backends.unix
  tezos-shell-services
  lwt-exit)
 (flags
  (:standard
   -linkall
   -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