2017-11-27 09:13:12 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
2018-01-22 22:46:41 +04:00
|
|
|
((name tezos_shell)
|
|
|
|
(public_name tezos-shell)
|
2017-11-27 09:13:12 +04:00
|
|
|
(libraries (tezos-base
|
2017-11-27 09:13:12 +04:00
|
|
|
tezos-storage
|
2017-12-08 21:46:12 +04:00
|
|
|
tezos-rpc-http
|
2018-01-22 22:08:18 +04:00
|
|
|
tezos-p2p-services
|
|
|
|
tezos-p2p
|
2018-01-22 23:08:44 +04:00
|
|
|
tezos-shell-services
|
2017-11-27 09:13:12 +04:00
|
|
|
tezos-node-updater))
|
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
2017-11-27 09:13:12 +04:00
|
|
|
-open Tezos_storage
|
2017-12-08 21:46:12 +04:00
|
|
|
-open Tezos_rpc_http
|
2018-01-22 22:08:18 +04:00
|
|
|
-open Tezos_p2p_services
|
|
|
|
-open Tezos_p2p
|
2018-01-22 23:08:44 +04:00
|
|
|
-open Tezos_shell_services
|
2017-11-27 09:13:12 +04:00
|
|
|
-open Tezos_node_updater))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
|
|
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
2018-01-27 14:21:41 +04:00
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|