https://gitlab.com/tezos/tezos
Raw File
Tip revision: 66db8684c2215af569cec92598541cfba5058dca authored by Aurélien Saue on 13 May 2022, 13:02:30 UTC
FA2 tests WIP
Tip revision: 66db868
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)
 (flags (:standard -open Tezos_base.TzPervasives)))
back to top