https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0035a8ed44249fd0a952cdb271b7c9d18f2feeef authored by Nicolas Ayache on 19 July 2023, 21:47:20 UTC
WIP: test with tickets.
Tip revision: 0035a8e
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