https://gitlab.com/tezos/tezos
Raw File
Tip revision: fcb13f40f7b8522b5b5fdfb9e8f3693bfb066c70 authored by Anne-Laure on 04 August 2023, 14:40:01 UTC
PlonK/Bls: remove domain & G1_carray
Tip revision: fcb13f4
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_proxy_server_config)
 (public_name tezos-proxy-server-config)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.tezos-base
  octez-libs.tezos-stdlib-unix
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top