82857dcb94
- `lib_node_p2p_base`: Base datatypes for the P2P layers - `lib_node_services`: RPC service definitions (depends on `node_p2p_base`) - `lib_node_http`: RPC http server - `lib_node_p2p`: the P2P workers
19 lines
544 B
Plaintext
19 lines
544 B
Plaintext
(jbuild_version 1)
|
|
|
|
(library
|
|
((name tezos_node_http)
|
|
(public_name tezos-node-http)
|
|
(libraries (tezos-base
|
|
tezos-node-services
|
|
ocplib-resto-directory
|
|
ocplib-resto-cohttp))
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
-safe-string
|
|
-open Tezos_base__TzPervasives
|
|
-open Tezos_node_services))))
|
|
|
|
(alias
|
|
((name runtest_indent)
|
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${<}))))
|