https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3c64f6168c671202adbe5eb3b6eda59fa41333fe authored by Nic Volanschi on 05 May 2023, 13:02:49 UTC
doc: update poetry.lock after upgrading poetry itself
Tip revision: 3c64f61
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