https://gitlab.com/tezos/tezos
Raw File
Tip revision: decb92837b28b15de26b276898d239a87922d5da authored by François Thiré on 12 October 2023, 11:40:58 UTC
DAL: Update the cryptobox when the plugin is resolved
Tip revision: decb928
dune
; 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