https://gitlab.com/tezos/tezos
Raw File
Tip revision: 47eab6de137ef86f2bc4f8d7dbeaf099fd006d4c authored by Jun Furuse on 17 August 2023, 05:39:40 UTC
Shell_benchmark: fixes the type of subdirectory config, to make its override properly working
Tip revision: 47eab6d
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name octez_bls12_381_polynomial)
 (public_name octez-bls12-381-polynomial)
 (instrumentation (backend bisect_ppx))
 (libraries
  bls12-381
  ppx_repr
  bigstringaf)
 (preprocess (pps ppx_repr))
 (foreign_stubs
  (language c)
  (names
   caml_bls12_381_polynomial_polynomial_stubs
   caml_bls12_381_polynomial_srs_stubs
   caml_bls12_381_polynomial_ec_array_stubs
   caml_bls12_381_polynomial_fft_stubs
   bls12_381_polynomial_polynomial
   bls12_381_polynomial_fft))
 (c_library_flags (-Wall -Wextra :standard)))
back to top