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
24 lines
670 B
Plaintext
24 lines
670 B
Plaintext
(jbuild_version 1)
|
|
|
|
(library
|
|
((name tezos_base)
|
|
(public_name tezos-base)
|
|
(flags (:standard -open Tezos_stdlib
|
|
-open Tezos_stdlib_lwt
|
|
-open Tezos_crypto
|
|
-open Tezos_data_encoding
|
|
-open Tezos_error_monad))
|
|
(libraries (tezos-stdlib
|
|
tezos-stdlib-lwt
|
|
tezos-crypto
|
|
tezos-data-encoding
|
|
tezos-error-monad
|
|
calendar
|
|
ezjsonm
|
|
mtime.clock.os))))
|
|
|
|
(alias
|
|
((name runtest_indent)
|
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${<}))))
|