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

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