swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: ae27b6c6c2c1b7606b297fbe404e40e06eb12092 authored by François Thiré on 29 August 2022, 08:09:44 UTC
Protocol/DAL: Add a skip list for the slots
Tip revision: ae27b6c
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_injector_alpha)
 (public_name tezos-injector-alpha)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-base.unix
  tezos-stdlib-unix
  tezos-crypto
  tezos-protocol-alpha
  tezos-micheline
  tezos-client-alpha
  tezos-client-base
  tezos-workers
  tezos-shell)
 (inline_tests (flags -verbose) (modes native))
 (preprocess (pps ppx_expect))
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base.TzPervasives.Error_monad.Legacy_monad_globals
  -open Tezos_base
  -open Tezos_stdlib_unix
  -open Tezos_crypto
  -open Tezos_protocol_alpha
  -open Tezos_micheline
  -open Tezos_client_alpha
  -open Tezos_client_base
  -open Tezos_workers))
back to top