2017-11-27 09:13:12 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
|
|
|
((name tezos_base)
|
|
|
|
(public_name tezos-base)
|
2018-02-08 13:51:01 +04:00
|
|
|
(flags (:standard -w -30
|
|
|
|
-open Tezos_stdlib
|
2017-11-27 09:13:12 +04:00
|
|
|
-open Tezos_stdlib_lwt
|
|
|
|
-open Tezos_crypto
|
|
|
|
-open Tezos_data_encoding
|
2017-12-08 21:46:12 +04:00
|
|
|
-open Tezos_error_monad
|
2018-01-22 21:30:12 +04:00
|
|
|
-open Tezos_rpc
|
2018-01-30 14:45:38 +04:00
|
|
|
-open Tezos_micheline
|
2017-12-11 19:36:24 +04:00
|
|
|
-safe-string))
|
2017-11-27 09:13:12 +04:00
|
|
|
(libraries (tezos-stdlib
|
|
|
|
tezos-stdlib-lwt
|
|
|
|
tezos-crypto
|
|
|
|
tezos-data-encoding
|
|
|
|
tezos-error-monad
|
2018-01-22 21:30:12 +04:00
|
|
|
tezos-rpc
|
2018-01-30 14:45:38 +04:00
|
|
|
tezos-micheline
|
2017-11-27 09:13:12 +04:00
|
|
|
calendar
|
2017-11-27 09:13:12 +04:00
|
|
|
ezjsonm
|
2017-11-27 09:13:12 +04:00
|
|
|
mtime.clock.os))))
|
2017-11-27 09:13:12 +04:00
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
2018-02-06 19:17:38 +04:00
|
|
|
(deps ((glob_files *.ml*)))
|
2018-01-27 14:21:41 +04:00
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|