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-protocol-compiler
tezos-storage
tezos-rpc-http
dynlink))
(flags (:standard -w -9+27-30-32-40@8
-safe-string
-open Tezos_base__TzPervasives
-open Tezos_micheline
-open Tezos_protocol_compiler
-open Tezos_storage
-open Tezos_rpc_http))))
-open Tezos_storage))))
(alias
((name runtest_indent)

View File

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

View File

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

View File

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

View File

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