swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: e17061a0b356817e120198e7eb3b21cc189a1ebb authored by martoon on 15 September 2023, 21:39:34 UTC
MIR: Describe how to test rollup in deployment
Tip revision: e17061a
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name aplonk)
 (public_name octez-libs.aplonk)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.plonk.aggregation)
 (preprocess (pps ppx_repr)))
back to top