https://gitlab.com/tezos/tezos
Raw File
Tip revision: 673a34071f9fd2be8144707fc3b4a83fb45e774d authored by Andrea Cerone on 28 February 2023, 16:25:11 UTC
DAC: command to generate sample payload
Tip revision: 673a340
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_mockup_registration)
 (public_name tezos-mockup-registration)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-client-base
  tezos-shell-services
  tezos-protocol-environment
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives)
 (modules registration registration_intf mockup_args))

(library
 (name tezos_mockup)
 (public_name tezos-mockup)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-base.unix
  tezos-client-base
  tezos-mockup-proxy
  resto-cohttp-self-serving-client
  tezos-rpc
  tezos-p2p-services
  tezos-p2p
  tezos-protocol-environment
  tezos-stdlib-unix
  tezos-rpc-http
  tezos-rpc-http-client
  tezos-mockup-registration)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_mockup_registration)
 (modules
  files
  local_services
  persistence
  persistence_intf
  RPC_client
  migration))

(library
 (name tezos_mockup_commands)
 (public_name tezos-mockup-commands)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-clic
  tezos-client-commands
  tezos-client-base
  tezos-mockup
  tezos-mockup-registration)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_mockup
  -open Tezos_mockup_registration)
 (modules mockup_wallet mockup_commands))
back to top