https://gitlab.com/tezos/tezos
Raw File
Tip revision: 36fd4a77ba2afc485c02f0b65a9495974c4c0cba authored by Anne-Laure on 11 July 2023, 13:03:53 UTC
Crypto_dal/Cryptobox: split public parameters t
Tip revision: 36fd4a7
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_rpc_http)
 (public_name tezos-rpc-http)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-rpc
  resto-cohttp
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives)
 (modules RPC_client_errors media_type))

(library
 (name tezos_rpc_http_client)
 (public_name tezos-rpc-http-client)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  resto-cohttp-client
  tezos-rpc
  tezos-rpc-http)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_rpc_http)
 (modules RPC_client))

(library
 (name tezos_rpc_http_client_unix)
 (public_name tezos-rpc-http-client-unix)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-stdlib-unix
  tezos-base
  cohttp-lwt-unix
  resto-cohttp-client
  tezos-rpc
  tezos-rpc-http-client)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_rpc_http_client)
 (modules RPC_client_unix))

(library
 (name tezos_rpc_http_server)
 (public_name tezos-rpc-http-server)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-stdlib-unix
  cohttp-lwt-unix
  resto-cohttp-server
  resto-acl
  tezos-rpc
  tezos-rpc-http)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_stdlib_unix
  -open Tezos_rpc_http)
 (modules RPC_server RPC_middleware))
back to top