2018-02-15 20:07:08 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
|
|
|
((name tezos_client_alpha_commands)
|
|
|
|
(public_name tezos-client-alpha-commands)
|
|
|
|
(libraries (tezos-base
|
2018-04-17 12:50:23 +04:00
|
|
|
tezos-stdlib-unix
|
2018-02-15 20:07:08 +04:00
|
|
|
tezos-protocol-alpha
|
2018-02-17 17:39:45 +04:00
|
|
|
tezos-protocol-environment
|
2018-02-15 20:07:08 +04:00
|
|
|
tezos-shell-services
|
|
|
|
tezos-client-base
|
|
|
|
tezos-client-alpha
|
|
|
|
tezos-client-commands
|
|
|
|
tezos-rpc))
|
|
|
|
(library_flags (:standard -linkall))
|
|
|
|
(modules (:standard \ alpha_commands_registration))
|
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
2018-04-17 12:50:23 +04:00
|
|
|
-open Tezos_stdlib_unix
|
2018-02-15 20:07:08 +04:00
|
|
|
-open Tezos_shell_services
|
|
|
|
-open Tezos_client_base
|
|
|
|
-open Tezos_client_alpha
|
|
|
|
-open Tezos_client_commands
|
|
|
|
-open Tezos_rpc))))
|
|
|
|
|
|
|
|
(library
|
|
|
|
((name tezos_client_alpha_commands_registration)
|
|
|
|
(public_name tezos-client-alpha-commands.registration)
|
|
|
|
(libraries (tezos-base
|
|
|
|
tezos-protocol-alpha
|
2018-02-17 17:39:45 +04:00
|
|
|
tezos-protocol-environment
|
2018-02-15 20:07:08 +04:00
|
|
|
tezos-shell-services
|
|
|
|
tezos-client-base
|
|
|
|
tezos-client-alpha
|
|
|
|
tezos-client-commands
|
|
|
|
tezos-client-alpha-commands
|
|
|
|
tezos-rpc))
|
|
|
|
(library_flags (:standard -linkall))
|
|
|
|
(modules (alpha_commands_registration))
|
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
|
|
|
-open Tezos_shell_services
|
|
|
|
-open Tezos_client_base
|
|
|
|
-open Tezos_client_alpha
|
|
|
|
-open Tezos_client_commands
|
|
|
|
-open Tezos_client_alpha_commands
|
|
|
|
-open Tezos_rpc))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
2018-05-26 22:06:05 +04:00
|
|
|
(deps ((glob_files *.ml{,i})))
|
2018-02-15 20:07:08 +04:00
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|