https://gitlab.com/tezos/tezos
Raw File
Tip revision: eed69129f1e52f8e8b54e6cc80ae403360b20a96 authored by Arvid Jakobsson on 06 June 2023, 15:00:01 UTC
try with cache
Tip revision: eed6912
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name yes_wallet_lib)
 (libraries
  tezos-base
  tezos-base.unix
  lwt.unix
  ezjsonm
  tezos-store
  tezos-shell-context
  tezos-context
  tezos-protocol-016-PtMumbai
  tezos-protocol-017-PtNairob
  tezos-protocol-alpha)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives)
 (modules (:standard \ yes_wallet)))

(executable
 (name yes_wallet)
 (libraries
  yes_wallet_lib)
 (link_flags
  (:standard)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Yes_wallet_lib)
 (modules yes_wallet))
back to top