https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6824bb6a0ebfd1e64166797bb985d7dc68898d46 authored by ovidiu deac on 26 October 2022, 13:48:48 UTC
when Initial or First_after return the fuel_left instead of initial fuel
Tip revision: 6824bb6
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-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