swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 87f419bf9b9092dc74afe41ca3a098dea2bdb9c2 authored by Alain Mebsout on 04 March 2024, 15:04:03 UTC
WIP: tezt test
Tip revision: 87f419b
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