Revision 50ad02fa2a56f1d3541a6d8b3c8a6a93160d4f54 authored by Albin Coquereau on 05 April 2024, 09:32:54 UTC, committed by Albin Coquereau on 05 April 2024, 09:32:54 UTC
1 parent 9a71363
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name octez_injector)
 (public_name octez-injector)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  logs.lwt
  octez-libs.base.unix
  octez-libs.stdlib-unix
  octez-libs.crypto
  octez-libs.micheline
  octez-shell-libs.client-base
  octez-libs.tezos-workers
  octez-shell-libs.shell
  octez-crawler
  octez-shell-libs.signer-backends)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base
  -open Tezos_stdlib_unix
  -open Tezos_micheline
  -open Tezos_client_base
  -open Tezos_workers
  -open Octez_crawler))
back to top