Refactor: More PRC types into Tezos_base
This commit is contained in:
parent
c4420ac40e
commit
be9f068478
@ -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)
|
||||
|
@ -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 ]
|
||||
|
@ -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
|
||||
|
@ -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 ]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user