https://gitlab.com/tezos/tezos
Raw File
Tip revision: 7917f5ddaa44447990064070041a55d2452c0168 authored by Ole Krüger on 15 March 2024, 11:10:38 UTC
WIP: Buck2
Tip revision: 7917f5d
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