https://gitlab.com/tezos/tezos
Raw File
Tip revision: b34b31203e864ffa64a3e2949a60d4dbb29be640 authored by Ilya Peresadin on 09 May 2023, 12:48:15 UTC
Add Set instruction
Tip revision: b34b312
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
  tezos-base
  tezos-rpc-http
  tezos-base.unix
  tezos-stdlib-unix
  tezos-client-base
  tezos-shell)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base.TzPervasives.Error_monad.Legacy_monad_globals
  -open Tezos_base
  -open Tezos_rpc_http
  -open Tezos_stdlib_unix
  -open Tezos_client_base))
back to top