https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1569b164eb33f50cac4087b2817485411c83b801 authored by François Thiré on 01 March 2023, 08:50:52 UTC
Tezt: Allows to use [SO_REUSEPORT] to avoid port flakyness
Tip revision: 1569b16
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_bls12_381_polynomial_internal)
 (public_name tezos-bls12-381-polynomial-internal)
 (instrumentation (backend bisect_ppx))
 (libraries
  bls12-381
  ppx_repr
  bigstringaf)
 (preprocess (pps ppx_repr))
 (foreign_stubs
  (language c)
  (names
   caml_bls12_381_polynomial_internal_polynomial_stubs
   caml_bls12_381_polynomial_internal_srs_stubs
   caml_bls12_381_polynomial_internal_ec_array_stubs
   caml_bls12_381_polynomial_internal_fft_stubs
   bls12_381_polynomial_internal_polynomial
   bls12_381_polynomial_internal_fft))
 (c_library_flags (-Wall -Wextra :standard)))
back to top