Refactor: Rename lib_rpc_base -> lib_rpc

This commit is contained in:
Grégoire Henry 2018-01-22 18:30:12 +01:00
parent 8f47c1dd6c
commit a3d0ee644a
20 changed files with 10 additions and 10 deletions

View File

@ -8,14 +8,14 @@
-open Tezos_crypto -open Tezos_crypto
-open Tezos_data_encoding -open Tezos_data_encoding
-open Tezos_error_monad -open Tezos_error_monad
-open Tezos_rpc_base -open Tezos_rpc
-safe-string)) -safe-string))
(libraries (tezos-stdlib (libraries (tezos-stdlib
tezos-stdlib-lwt tezos-stdlib-lwt
tezos-crypto tezos-crypto
tezos-data-encoding tezos-data-encoding
tezos-error-monad tezos-error-monad
tezos-rpc-base tezos-rpc
calendar calendar
ezjsonm ezjsonm
mtime.clock.os)))) mtime.clock.os))))

View File

@ -12,7 +12,7 @@ include Tezos_stdlib_lwt
include Tezos_crypto include Tezos_crypto
include Tezos_data_encoding include Tezos_data_encoding
include Tezos_error_monad include Tezos_error_monad
include Tezos_rpc_base include Tezos_rpc
module List = struct module List = struct
include List include List

View File

@ -12,7 +12,7 @@ include (module type of (struct include Tezos_data_encoding end))
include (module type of (struct include Tezos_stdlib_lwt end)) include (module type of (struct include Tezos_stdlib_lwt end))
include (module type of (struct include Tezos_crypto end)) include (module type of (struct include Tezos_crypto end))
include (module type of (struct include Tezos_error_monad end)) include (module type of (struct include Tezos_error_monad end))
include (module type of (struct include Tezos_rpc_base end)) include (module type of (struct include Tezos_rpc end))
module List : sig module List : sig
include (module type of (struct include List end)) include (module type of (struct include List end))

View File

@ -6,14 +6,14 @@
(flags (:standard -open Tezos_stdlib (flags (:standard -open Tezos_stdlib
-open Tezos_data_encoding -open Tezos_data_encoding
-open Tezos_stdlib_lwt -open Tezos_stdlib_lwt
-open Tezos_rpc_base -open Tezos_rpc
-open Tezos_error_monad__Error_monad -open Tezos_error_monad__Error_monad
-safe-string)) -safe-string))
(libraries (tezos-stdlib (libraries (tezos-stdlib
tezos-stdlib-lwt tezos-stdlib-lwt
tezos-data-encoding tezos-data-encoding
tezos-error-monad tezos-error-monad
tezos-rpc-base tezos-rpc
nocrypto nocrypto
sodium sodium
zarith)))) zarith))))

View File

@ -13,7 +13,7 @@ depends: [
"tezos-stdlib-lwt" "tezos-stdlib-lwt"
"tezos-data-encoding" "tezos-data-encoding"
"tezos-error-monad" "tezos-error-monad"
"tezos-rpc-base" "tezos-rpc"
"nocrypto" "nocrypto"
"sodium" "sodium"
"zarith" "zarith"

View File

@ -1,8 +1,8 @@
(jbuild_version 1) (jbuild_version 1)
(library (library
((name tezos_rpc_base) ((name tezos_rpc)
(public_name tezos-rpc-base) (public_name tezos-rpc)
(libraries (tezos-data-encoding (libraries (tezos-data-encoding
ocplib-resto)) ocplib-resto))
(flags (:standard -w -9+27-30-32-40@8 (flags (:standard -w -9+27-30-32-40@8

View File

@ -10,7 +10,7 @@
(flags (:standard -w -9+27-30-32-40@8 (flags (:standard -w -9+27-30-32-40@8
-safe-string -safe-string
-open Tezos_base__TzPervasives -open Tezos_base__TzPervasives
-open Tezos_rpc_base -open Tezos_rpc
-open Tezos_node_services)))) -open Tezos_node_services))))
(alias (alias