https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2bf8678bb515f0aec74840c1401f3f5d0461cba8 authored by Arvid Jakobsson on 31 May 2023, 10:22:51 UTC
tezt-only pipeline
Tip revision: 2bf8678
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