swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 971aa4e4d6894a1c5f8853074b930a27966137ae authored by Gabriel Moise on 28 June 2023, 16:52:55 UTC
WASM: Change the message to
Tip revision: 971aa4e
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

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