https://gitlab.com/tezos/tezos
Raw File
Tip revision: 72d9d2d17e20900e15d0a2fa21720bff9bb80c32 authored by Julien Tesson on 27 March 2024, 13:13:36 UTC
proto/tests/deactivation: test semi-proper deactivation
Tip revision: 72d9d2d
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name octez_crawler)
 (public_name octez-crawler)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.rpc-http
  octez-libs.base.unix
  octez-libs.stdlib-unix
  octez-shell-libs.client-base
  octez-shell-libs.shell)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base
  -open Tezos_rpc_http
  -open Tezos_stdlib_unix
  -open Tezos_client_base))
back to top