2018-04-03 13:39:09 +04:00
|
|
|
(library
|
2018-07-25 23:06:02 +04:00
|
|
|
(name tezos_clic)
|
|
|
|
(public_name tezos-clic)
|
|
|
|
(flags (:standard -w -30
|
|
|
|
-safe-string
|
|
|
|
-open Tezos_stdlib
|
|
|
|
-open Tezos_error_monad))
|
|
|
|
(libraries tezos-stdlib
|
|
|
|
tezos-error-monad))
|
2018-04-03 13:39:09 +04:00
|
|
|
|
|
|
|
(alias
|
2018-07-25 23:06:02 +04:00
|
|
|
(name runtest_indent)
|
|
|
|
(deps (glob_files *.ml{,i}))
|
|
|
|
(action (run bash %{libexec:tezos-stdlib:test-ocp-indent.sh} %{deps})))
|