Revision c3829db1cd2e47380fe89b106e0669ae949fdaf4 authored by Marge Bot on 13 September 2022, 16:23:29 UTC, committed by Marge Bot on 13 September 2022, 16:23:29 UTC
Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com>

Approved-by: Ole Krüger <ole.kruger@trili.tech>
Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com>
Approved-by: Thomas Letan <lthms@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6268
2 parent s e1d133e + 0c01ae9
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_clic)
 (public_name tezos-clic)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-stdlib
  lwt
  re
  tezos-error-monad
  tezos-lwt-result-stdlib)
 (js_of_ocaml)
 (flags
  (:standard)
  -open Tezos_stdlib
  -open Tezos_error_monad
  -open Tezos_error_monad.TzLwtreslib))
back to top