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