swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: bcea813c2aa8f0cf812752dbb72c89c055621c0a authored by Killian Delarue on 20 September 2023, 12:13:17 UTC
Merge branch 'v18-release' into latest-release
Tip revision: bcea813
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name aggregation)
 (public_name octez-libs.plonk.aggregation)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.plonk
  octez-libs.bls12-381-polynomial)
 (preprocess (pps ppx_repr))
 (flags
  (:standard)
  -open Octez_bls12_381_polynomial))
back to top