ligo/src/bin_node/jbuild

37 lines
1.1 KiB
Plaintext
Raw Normal View History

(jbuild_version 1)
(executable
((name main)
(public_name tezos-node)
(libraries (tezos-base
tezos-stdlib-unix
tezos-shell-services
tezos-rpc-http
tezos-p2p
tezos-shell
tezos-protocol-updater
tezos-embedded-protocol-genesis
tezos-embedded-protocol-demo
tezos-embedded-protocol-alpha
cmdliner
ssl))
(flags (:standard -w -9+27-30-32-40@8
-safe-string
-open Tezos_base__TzPervasives
-open Tezos_stdlib_unix
-open Tezos_shell_services
-open Tezos_rpc_http
-open Tezos_p2p
-open Tezos_shell
-open Tezos_protocol_updater
-linkall))))
(install
((section bin)
(files ((tezos-sandboxed-node.sh as tezos-sandboxed-node.sh)))))
(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} ${^}))))