https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3767630aa1b2f473a77491a1f2207ee9c5f8d00c authored by Arvid Jakobsson on 05 March 2024, 10:37:47 UTC
Bump opam repo tag
Tip revision: 3767630
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