2017-11-27 09:13:12 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
|
|
|
((name tezos_client_base)
|
|
|
|
(public_name tezos-client-base)
|
|
|
|
(libraries (tezos-base
|
2018-01-26 16:07:49 +04:00
|
|
|
tezos-shell-services
|
2018-01-29 04:06:47 +04:00
|
|
|
tezos-rpc-http))
|
2017-11-27 09:13:12 +04:00
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
2017-12-08 21:46:12 +04:00
|
|
|
-open Tezos_rpc_http
|
2018-01-29 04:06:47 +04:00
|
|
|
-open Tezos_shell_services))))
|
2017-11-27 09:13:12 +04:00
|
|
|
|
|
|
|
(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} ${^}))))
|