https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0267443ad3ee9a35fe0e51c3cb563164ec732414 authored by pecornilleau on 26 March 2024, 19:29:36 UTC
EVM/Bench: remove unnecessary deps
Tip revision: 0267443
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name mec)
 (public_name octez-libs.mec)
 (instrumentation (backend bisect_ppx))
 (libraries
  alcotest
  bls12-381
  bigarray-compat
  eqaf))
back to top