swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: fc948e4be90a5dd23d321789e4177d1c4bedbffb authored by Gabriel Moise on 23 October 2023, 15:21:05 UTC
WIP: Add tezts
Tip revision: fc948e4
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