swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: b52bf1dd87d12f2eaf8c6d9f05c412b638aedcff authored by Nicolas Ayache on 28 June 2023, 21:55:08 UTC
Testing datatype sizes.
Tip revision: b52bf1d
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