2017-11-27 09:13:12 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(executable
|
|
|
|
((name main)
|
|
|
|
(public_name tezos-node)
|
|
|
|
(libraries (tezos-base
|
2018-02-08 13:51:02 +04:00
|
|
|
tezos-stdlib-unix
|
2018-01-26 16:07:49 +04:00
|
|
|
tezos-shell-services
|
2017-12-08 21:46:12 +04:00
|
|
|
tezos-rpc-http
|
2018-01-22 22:08:18 +04:00
|
|
|
tezos-p2p
|
2018-01-22 22:46:41 +04:00
|
|
|
tezos-shell
|
2018-01-22 22:52:53 +04:00
|
|
|
tezos-protocol-updater
|
2017-11-27 09:13:12 +04:00
|
|
|
tezos-embedded-protocol-genesis
|
|
|
|
tezos-embedded-protocol-demo
|
|
|
|
tezos-embedded-protocol-alpha
|
2017-12-06 22:51:49 +04:00
|
|
|
cmdliner
|
|
|
|
ssl))
|
2017-11-27 09:13:12 +04:00
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
2018-02-08 13:51:02 +04:00
|
|
|
-open Tezos_stdlib_unix
|
2018-01-26 16:07:49 +04:00
|
|
|
-open Tezos_shell_services
|
2017-12-08 21:46:12 +04:00
|
|
|
-open Tezos_rpc_http
|
2018-01-22 22:08:18 +04:00
|
|
|
-open Tezos_p2p
|
2018-01-22 22:46:41 +04:00
|
|
|
-open Tezos_shell
|
2018-01-22 22:52:53 +04:00
|
|
|
-open Tezos_protocol_updater
|
2017-11-27 09:13:12 +04:00
|
|
|
-linkall))))
|
|
|
|
|
2017-12-06 22:51:57 +04:00
|
|
|
(install
|
|
|
|
((section bin)
|
|
|
|
(files ((tezos-sandboxed-node.sh as tezos-sandboxed-node.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} ${^}))))
|