Revision 42cf9861ac8b2860f439e00185ccdc4afd686753 authored by Andrea Cerone on 04 September 2023, 21:31:04 UTC, committed by Andrea Cerone on 04 September 2023, 21:31:04 UTC
1 parent 9fa9286
Raw File
dune
(executables
 (names rpc_doc
        p2p_doc)
 (libraries octez-libs.tezos-base
            octez-libs.tezos-rpc
            octez-libs.tezos-stdlib-unix
            tezos-shell
            octez-libs.tezos-rpc-http-server
            tezos-protocol-updater
            ; TODO tezos/tezos#2170: adapt next line(s)
            tezos-embedded-protocol-genesis
            tezos-embedded-protocol-016-PtMumbai
            tezos-embedded-protocol-017-PtNairob
            tezos-embedded-protocol-018-Proxford
            tezos-embedded-protocol-alpha
            data-encoding
            re)
 (flags (:standard -open Tezos_base__TzPervasives
                   -open Tezos_stdlib_unix
                   -open Tezos_shell
                   -open Tezos_store
                   -open Tezos_protocol_updater
                   -linkall
                   (:include %{workspace_root}/macos-link-flags.sexp))))
back to top