https://gitlab.com/tezos/tezos
Raw File
Tip revision: 94bafe4f13818557c7bd49852cf516be3421e5df authored by Fedor Sheremetyev on 18 January 2022, 07:28:09 UTC
Update CI config
Tip revision: 94bafe4
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_p2p_services)
 (public_name tezos-p2p-services)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base)
 (flags (:standard -linkall -open Tezos_base__TzPervasives)))
back to top