2017-11-27 06:13:12 +01:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
2018-01-15 22:10:20 -05:00
|
|
|
(executables
|
2018-05-26 11:11:45 +02:00
|
|
|
((names (main_client main_admin))
|
|
|
|
(public_names (tezos-client tezos-admin-client))
|
2017-11-27 06:13:12 +01:00
|
|
|
(libraries (tezos-base
|
2017-12-08 22:08:29 +01:00
|
|
|
tezos-rpc-http
|
2018-02-08 10:51:02 +01:00
|
|
|
tezos-shell-services
|
2017-11-27 06:13:12 +01:00
|
|
|
tezos-client-base
|
2018-02-14 15:54:52 +01:00
|
|
|
tezos-client-commands
|
2018-01-29 01:16:58 +01:00
|
|
|
tezos-client-genesis
|
2018-02-15 17:07:08 +01:00
|
|
|
tezos-client-alpha
|
2018-02-14 00:54:33 +01:00
|
|
|
tezos-stdlib-unix
|
2018-02-15 17:07:08 +01:00
|
|
|
tezos-client-base-unix
|
|
|
|
tezos-client-alpha-commands.registration
|
2018-05-26 12:11:08 +02:00
|
|
|
tezos-baking-alpha-commands.registration
|
|
|
|
tezos-signer-backends))
|
2017-11-27 06:13:12 +01:00
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
2017-12-08 22:08:29 +01:00
|
|
|
-open Tezos_rpc_http
|
2018-02-14 00:54:33 +01:00
|
|
|
-open Tezos_stdlib_unix
|
2018-02-08 10:51:02 +01:00
|
|
|
-open Tezos_shell_services
|
2017-11-27 06:13:12 +01:00
|
|
|
-open Tezos_client_base
|
2018-02-14 15:54:52 +01:00
|
|
|
-open Tezos_client_commands
|
2018-02-15 17:07:08 +01:00
|
|
|
-open Tezos_client_base_unix))))
|
2017-11-27 06:13:12 +01:00
|
|
|
|
2017-12-06 19:51:57 +01:00
|
|
|
(install
|
|
|
|
((section bin)
|
|
|
|
(files ((tezos-init-sandboxed-client.sh as tezos-init-sandboxed-client.sh)))))
|
|
|
|
|
2017-11-27 06:13:12 +01:00
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
2018-05-26 20:06:05 +02:00
|
|
|
(deps ((glob_files *.ml{,i})))
|
2018-01-27 11:21:41 +01:00
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|