2017-11-27 06:13:12 +01:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(executable
|
|
|
|
((name main)
|
|
|
|
(public_name tezos-node)
|
|
|
|
(libraries (tezos-base
|
2018-02-08 10:51:02 +01:00
|
|
|
tezos-stdlib-unix
|
2018-01-26 13:07:49 +01:00
|
|
|
tezos-shell-services
|
2017-12-08 18:46:12 +01:00
|
|
|
tezos-rpc-http
|
2018-01-22 19:08:18 +01:00
|
|
|
tezos-p2p
|
2018-01-22 19:46:41 +01:00
|
|
|
tezos-shell
|
2018-01-22 19:52:53 +01:00
|
|
|
tezos-protocol-updater
|
2017-11-27 06:13:12 +01:00
|
|
|
tezos-embedded-protocol-genesis
|
|
|
|
tezos-embedded-protocol-demo
|
|
|
|
tezos-embedded-protocol-alpha
|
2017-12-06 19:51:49 +01:00
|
|
|
cmdliner
|
2018-04-27 09:43:29 +02:00
|
|
|
tls))
|
2017-11-27 06:13:12 +01:00
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_base__TzPervasives
|
2018-02-08 10:51:02 +01:00
|
|
|
-open Tezos_stdlib_unix
|
2018-01-26 13:07:49 +01:00
|
|
|
-open Tezos_shell_services
|
2017-12-08 18:46:12 +01:00
|
|
|
-open Tezos_rpc_http
|
2018-01-22 19:08:18 +01:00
|
|
|
-open Tezos_p2p
|
2018-01-22 19:46:41 +01:00
|
|
|
-open Tezos_shell
|
2018-01-22 19:52:53 +01:00
|
|
|
-open Tezos_protocol_updater
|
2017-11-27 06:13:12 +01:00
|
|
|
-linkall))))
|
|
|
|
|
2017-12-06 19:51:57 +01:00
|
|
|
(install
|
|
|
|
((section bin)
|
|
|
|
(files ((tezos-sandboxed-node.sh as tezos-sandboxed-node.sh)))))
|
|
|
|
|
2017-11-27 06:13:12 +01:00
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
2018-02-06 16:17:38 +01:00
|
|
|
(deps ((glob_files *.ml*)))
|
2018-01-27 11:21:41 +01:00
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|