https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6804a4461ce60e3d3ec2ade43ffd4b4b80606575 authored by Hans Hoglund on 26 November 2021, 14:44:55 UTC
Stacked/dependent MR example
Tip revision: 6804a44
dune
(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