ligo/docs/doc_gen/jbuild

31 lines
646 B
Plaintext
Raw Normal View History

2018-03-07 13:44:24 +04:00
(jbuild_version 1)
2018-05-01 00:40:47 +04:00
(executables
((names (rpc_doc
p2p_doc))
2018-03-07 13:44:24 +04:00
(libraries
(tezos-base
tezos-stdlib-unix
tezos-shell
tezos-protocol-updater
tezos-embedded-protocol-alpha
re))
2018-03-07 13:44:24 +04:00
(flags (:standard -w -9+27-30-32-40@8
-safe-string
-open Tezos_base__TzPervasives
-open Tezos_stdlib_unix
-open Tezos_shell
-open Tezos_protocol_updater
2018-03-07 13:44:24 +04:00
-linkall))
))
(alias
((name buildtest)
2018-05-01 00:40:47 +04:00
(deps (rpc_doc.exe
p2p_doc.exe))))
2018-03-07 13:44:24 +04:00
(alias
((name runtest_indent)
(deps ((glob_files *.ml{,i})))
2018-03-07 13:44:24 +04:00
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))