swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 197cfce6b051d302a6c63fbd5a1b7bfb11316d60 authored by martoon on 13 September 2023, 10:19:12 UTC
MIR: Deal with unused warnings
Tip revision: 197cfce
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name bls12_381_hash)
 (public_name octez-libs.bls12-381-hash)
 (instrumentation (backend bisect_ppx))
 (libraries
  bls12-381)
 (library_flags (:standard -linkall))
 (foreign_stubs
  (language c)
  (names
   caml_rescue_stubs
   caml_anemoi_stubs
   caml_poseidon_stubs
   caml_griffin_stubs
   rescue
   anemoi
   poseidon
   griffin))
 (c_library_flags (-Wall -Wextra :standard -lpthread)))
back to top