ligo/lib_node_p2p_base/jbuild
Grégoire Henry 82857dcb94 Jbuilder: split lib_node_net
- `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
2017-12-04 19:15:26 +01:00

13 lines
328 B
Plaintext

(jbuild_version 1)
(library
((name tezos_node_p2p_base)
(public_name tezos-node-p2p-base)
(libraries (tezos-base))
(flags (:standard -open Tezos_base__TzPervasives))))
(alias
((name runtest_indent)
(deps ((glob_files *.ml) (glob_files *.mli)))
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${<}))))