https://gitlab.com/tezos/tezos
Raw File
Tip revision: 9239631771d8bd60674225f675ea68f72b2d05fc authored by pecornilleau on 08 August 2023, 08:10:34 UTC
EVM: Proxy: chunker as public exe
Tip revision: 9239631
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.tezos-base
  octez-libs.tezos-rpc-http
  octez-libs.tezos-base.unix
  octez-libs.tezos-stdlib-unix
  tezos-client-base
  tezos-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