https://gitlab.com/tezos/tezos
Raw File
Tip revision: 763ae2467a46ac57979a4619e582f01d5af2e775 authored by Alistair O'Brien on 07 July 2023, 14:04:58 UTC
Nix: Add nix overlay for tezos libraries
Tip revision: 763ae24
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main)
 (public_name octez-dal-node)
 (package octez-dal-node)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-base.unix
  tezos-version
  cmdliner
  tezos-client-base
  tezos-client-base-unix
  tezos-client-commands
  tezos-rpc-http
  tezos-rpc-http-server
  tezos-protocol-updater
  tezos-rpc-http-client-unix
  tezos-stdlib-unix
  tezos-stdlib
  tezos-dal-node-lib
  tezos-dal-node-services
  tezos_layer2_store
  tezos-crypto-dal
  tezos-store.unix
  tezos-store.shared
  tezos-gossipsub
  tezos-dal-node-lib.gossipsub
  tezos-p2p
  tezos-p2p-services
  tezos-crypto
  tezos-base.p2p-identity-file
  tezos-shell-services
  irmin-pack
  irmin-pack.unix
  irmin
  prometheus-app
  tezos-dal-016-PtMumbai
  tezos-dal-017-PtNairob
  (select void_for_linking-tezos-dal-alpha from
   (tezos-dal-alpha -> void_for_linking-tezos-dal-alpha.empty)
   (-> void_for_linking-tezos-dal-alpha.empty)))
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_client_base
  -open Tezos_client_base_unix
  -open Tezos_client_commands
  -open Tezos_rpc_http
  -open Tezos_stdlib_unix
  -open Tezos_stdlib
  -open Tezos_dal_node_lib
  -open Tezos_dal_node_services
  -open Tezos_layer2_store
  -open Tezos_crypto_dal
  -open Tezos_store_shared
  -open Tezos_gossipsub
  -open Tezos_dal_node_lib_gossipsub
  -open Tezos_p2p
  -open Tezos_p2p_services
  -open Tezos_crypto
  -open Tezos_base_p2p_identity_file
  -open Tezos_shell_services))

(rule (action (progn (write-file void_for_linking-tezos-dal-alpha.empty ""))))
back to top