https://gitlab.com/tezos/tezos
Raw File
Tip revision: 73b629b111297f84a04e61b6523dcd09dc7404a0 authored by Valentin Chaboche on 30 March 2023, 08:31:30 UTC
Scoru,Proto: forbid double publish
Tip revision: 73b629b
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