ligo/docs/doc_gen/rpcs/jbuild

29 lines
603 B
Plaintext
Raw Normal View History

2018-03-07 13:44:24 +04:00
(jbuild_version 1)
(executable
((name rpc_doc)
(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)
(deps (rpc_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} ${^}))))