Raw File
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name plonk)
 (public_name octez-libs.plonk)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.kzg
  octez-libs.plompiler
  str)
 (preprocess (pps ppx_repr))
 (flags
  (:standard)
  -open Plompiler))
back to top