https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1d8fd81a696b28505404735f9856db1ddfef5972 authored by François Thiré on 27 February 2024, 12:46:35 UTC
Protocol/Test: Load prover SRS lazily
Tip revision: 1d8fd81
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_protocol_plugin_010_PtGRANAD)
 (public_name octez-protocol-010-PtGRANAD-libs.plugin)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  tezos-protocol-010-PtGRANAD.protocol)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base.TzPervasives.Error_monad_legacy
  -open Tezos_protocol_010_PtGRANAD)
 (modules (:standard \ Plugin_registerer)))

(documentation (package octez-protocol-010-PtGRANAD-libs))

(library
 (name tezos_protocol_plugin_010_PtGRANAD_registerer)
 (public_name octez-protocol-010-PtGRANAD-libs.plugin-registerer)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  tezos-protocol-010-PtGRANAD.embedded-protocol
  octez-protocol-010-PtGRANAD-libs.plugin
  octez-shell-libs.validation)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base.TzPervasives.Error_monad_legacy
  -open Tezos_embedded_protocol_010_PtGRANAD
  -open Tezos_protocol_plugin_010_PtGRANAD
  -open Tezos_validation)
 (modules Plugin_registerer))
back to top