https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0436c9b65fed22f830943ac7f65e2781d08c51ba authored by Anne-Laure on 29 June 2023, 09:16:39 UTC
PlonK: change SRS input
Tip revision: 0436c9b
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
  tezos-base
  tezos-stdlib-unix
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top