ligo/src/lib_protocol_updater/dune

25 lines
801 B
Plaintext
Raw Normal View History

(library
2018-07-25 23:06:02 +04:00
(name tezos_protocol_updater)
(public_name tezos-protocol-updater)
(libraries tezos-base
tezos-stdlib-unix
tezos-micheline
tezos-shell-services
tezos-protocol-environment-shell
tezos-protocol-compiler.registerer
tezos-protocol-compiler.native
tezos-storage
dynlink)
(flags (:standard -w -9+27-30-32-40@8
-safe-string
-open Tezos_base__TzPervasives
-open Tezos_stdlib_unix
-open Tezos_micheline
-open Tezos_shell_services
-open Tezos_storage)))
(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})))