https://gitlab.com/tezos/tezos
Raw File
Tip revision: b8772902f7efed80f8f7884d6706ba33bd0018f2 authored by Mehdi Bouaziz on 16 January 2024, 13:59:13 UTC
Proto: Changes to commentary for allow_forged_tickets
Tip revision: b877290
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