2017-11-27 09:13:12 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
2018-01-16 07:10:20 +04:00
|
|
|
(executables
|
2018-02-14 14:01:23 +04:00
|
|
|
((names (main_client main_admin))
|
2018-02-14 19:24:08 +04:00
|
|
|
(public_names (tezos-client tezos-admin-client))
|
2017-11-27 09:13:12 +04:00
|
|
|
(libraries (tezos-base
|
2017-12-09 01:08:29 +04:00
|
|
|
tezos-rpc-http
|
2018-02-08 13:51:02 +04:00
|
|
|
tezos-shell-services
|
2017-11-27 09:13:12 +04:00
|
|
|
tezos-client-base
|
2018-02-14 18:54:52 +04:00
|
|
|
tezos-client-commands
|
2018-01-29 04:16:58 +04:00
|
|
|
tezos-client-genesis
|
2018-02-15 20:07:08 +04:00
|
|
|
tezos-client-alpha
|
2018-02-14 03:54:33 +04:00
|
|
|
tezos-stdlib-unix
|
2018-02-15 20:07:08 +04:00
|
|
|
tezos-client-base-unix
|
|
|
|
tezos-client-alpha-commands.registration
|
|
|
|
tezos-baking-alpha-commands.registration))
|
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-09 01:08:29 +04:00
|
|
|
-open Tezos_rpc_http
|
2018-02-14 03:54:33 +04:00
|
|
|
-open Tezos_stdlib_unix
|
2018-02-08 13:51:02 +04:00
|
|
|
-open Tezos_shell_services
|
2017-11-27 09:13:12 +04:00
|
|
|
-open Tezos_client_base
|
2018-02-14 18:54:52 +04:00
|
|
|
-open Tezos_client_commands
|
2018-02-15 20:07:08 +04:00
|
|
|
-open Tezos_client_base_unix))))
|
2017-11-27 09:13:12 +04:00
|
|
|
|
2017-12-06 22:51:57 +04:00
|
|
|
(install
|
|
|
|
((section bin)
|
|
|
|
(files ((tezos-init-sandboxed-client.sh as tezos-init-sandboxed-client.sh)))))
|
|
|
|
|
2017-11-27 09:13:12 +04:00
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
2018-02-06 19:17:38 +04:00
|
|
|
(deps ((glob_files *.ml*)))
|
2018-01-27 14:21:41 +04:00
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|