swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: eca9604954c8001921cc32567e0a434af39124c9 authored by Chris Pinnock on 16 December 2023, 09:50:42 UTC
Packages: Do not use system users for the signer user
Tip revision: eca9604
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