2018-02-14 03:54:33 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
2018-02-15 20:07:08 +04:00
|
|
|
((name tezos_client_base_unix)
|
|
|
|
(public_name tezos-client-base-unix)
|
2018-02-14 03:54:33 +04:00
|
|
|
(libraries (tezos-base
|
|
|
|
tezos-client-base
|
2018-02-15 20:07:08 +04:00
|
|
|
tezos-client-commands
|
|
|
|
tezos-stdlib-unix
|
|
|
|
tezos-rpc-http
|
2018-05-26 14:37:19 +04:00
|
|
|
tezos-signer-backends
|
2018-02-15 20:07:08 +04:00
|
|
|
tezos-shell-services))
|
2018-02-14 03:54:33 +04:00
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
2018-02-15 20:07:08 +04:00
|
|
|
-open Tezos_rpc_http
|
|
|
|
-open Tezos_shell_services
|
2018-02-14 03:54:33 +04:00
|
|
|
-open Tezos_stdlib_unix
|
|
|
|
-open Tezos_client_base
|
2018-02-15 20:07:08 +04:00
|
|
|
-open Tezos_client_commands
|
2018-02-14 03:54:33 +04:00
|
|
|
-linkall))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
|
|
|
(deps ((glob_files *.ml*)))
|
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|