Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_requester)
 (public_name tezos-requester)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-stdlib-unix
  lwt-watcher)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_stdlib_unix))
back to top