swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: ffde250111cdab0a913872b18684f83ed9f2a370 authored by Gabriel Moise on 10 August 2023, 10:39:52 UTC
Proto/Test_14: Replace legacy bindings with let constructs
Tip revision: ffde250
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