https://gitlab.com/tezos/tezos
Raw File
Tip revision: 87cc30d23f75ad8875142e5c5b657abdafe3eba8 authored by Hugo Heuzard on 27 November 2023, 23:30:52 UTC
fmt
Tip revision: 87cc30d
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_client_commands)
 (public_name octez-shell-libs.client-commands)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.rpc
  octez-libs.clic
  octez-libs.clic.unix
  octez-shell-libs.client-base
  octez-shell-libs.shell-services
  octez-libs.tezos-p2p-services
  octez-libs.stdlib-unix
  octez-libs.base.unix
  octez-shell-libs.signer-backends
  data-encoding
  uri)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_clic_unix
  -open Tezos_client_base
  -open Tezos_shell_services
  -open Tezos_p2p_services
  -open Tezos_base_unix
  -open Data_encoding))
back to top