https://gitlab.com/tezos/tezos
Raw File
Tip revision: e01ce06f0ed7aeedd1290f0bc844509481788bc2 authored by Marina Polubelova on 27 September 2023, 09:44:23 UTC
lib_plompiler: use 8-bit lookup for SHA2
Tip revision: e01ce06
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