Refactor: More PRC types into Tezos_base

This commit is contained in:
Grégoire Henry 2018-01-24 10:25:29 +01:00
parent c4420ac40e
commit be9f068478
9 changed files with 4 additions and 8 deletions

View File

@ -7,15 +7,13 @@
tezos-micheline tezos-micheline
tezos-protocol-compiler tezos-protocol-compiler
tezos-storage tezos-storage
tezos-rpc-http
dynlink)) dynlink))
(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_micheline -open Tezos_micheline
-open Tezos_protocol_compiler -open Tezos_protocol_compiler
-open Tezos_storage -open Tezos_storage))))
-open Tezos_rpc_http))))
(alias (alias
((name runtest_indent) ((name runtest_indent)

View File

@ -13,9 +13,6 @@ depends: [
"tezos-micheline" "tezos-micheline"
"tezos-protocol-compiler" "tezos-protocol-compiler"
"tezos-storage" "tezos-storage"
"tezos-rpc-http"
"tezos-p2p-services"
"tezos-shell-services"
] ]
build: [ build: [
[ "jbuilder" "build" "-p" name "-j" jobs ] [ "jbuilder" "build" "-p" name "-j" jobs ]

View File

@ -5,7 +5,8 @@
(public_name tezos-rpc) (public_name tezos-rpc)
(libraries (tezos-data-encoding (libraries (tezos-data-encoding
tezos-error-monad tezos-error-monad
ocplib-resto)) ocplib-resto
ocplib-resto-directory))
(flags (:standard -w -9+27-30-32-40@8 (flags (:standard -w -9+27-30-32-40@8
-safe-string -safe-string
-open Tezos_data_encoding -open Tezos_data_encoding

View File

@ -11,6 +11,7 @@ depends: [
"jbuilder" { build & >= "1.0+beta15" } "jbuilder" { build & >= "1.0+beta15" }
"tezos-data-encoding" "tezos-data-encoding"
"ocplib-resto" "ocplib-resto"
"ocplib-resto-directory"
] ]
build: [ build: [
[ "jbuilder" "build" "-p" name "-j" jobs ] [ "jbuilder" "build" "-p" name "-j" jobs ]

View File

@ -4,7 +4,6 @@
((name tezos_rpc_http) ((name tezos_rpc_http)
(public_name tezos-rpc-http) (public_name tezos-rpc-http)
(libraries (tezos-base (libraries (tezos-base
ocplib-resto-directory
ocplib-resto-cohttp)) ocplib-resto-cohttp))
(flags (:standard -w -9+27-30-32-40@8 (flags (:standard -w -9+27-30-32-40@8
-safe-string -safe-string