2017-09-29 18:20:10 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
2017-11-27 09:13:12 +04:00
|
|
|
((name tezos_micheline)
|
|
|
|
(public_name tezos-micheline)
|
2017-09-29 18:20:10 +04:00
|
|
|
(libraries
|
|
|
|
(
|
|
|
|
;; External
|
|
|
|
uutf
|
|
|
|
;; Internal
|
2017-11-27 09:13:12 +04:00
|
|
|
tezos-base
|
2017-09-29 18:20:10 +04:00
|
|
|
))
|
2017-11-27 09:13:12 +04:00
|
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
|
|
-safe-string
|
2017-11-27 09:13:12 +04:00
|
|
|
-open Tezos_base__TzPervasives))))
|
2017-09-29 18:20:10 +04:00
|
|
|
|
2017-11-27 09:13:12 +04:00
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
|
|
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${<}))))
|