https://gitlab.com/tezos/tezos
Raw File
Tip revision: 8a2f4cd3f018f4fffefc4e38b915d293b20f1c7b authored by François Thiré on 03 April 2022, 17:25:24 UTC
[POC] A sniffer for tezos
Tip revision: 8a2f4cd
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_signer_services)
 (public_name tezos-signer-services)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-rpc
  tezos-client-base)
 (js_of_ocaml)
 (library_flags (:standard -linkall))
 (flags
  (:standard
   -open Tezos_base.TzPervasives
   -open Tezos_rpc
   -open Tezos_client_base)))
back to top