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

(library
 (name plompiler)
 (public_name octez-libs.plompiler)
 (instrumentation (backend bisect_ppx))
 (libraries
  repr
  stdint
  hacl-star
  octez-libs.bls12-381-hash
  octez-libs.polynomial
  octez-libs.mec)
 (preprocess (staged_pps ppx_repr ppx_deriving.show)))
back to top