2017-11-27 06:13:12 +01:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
|
|
|
((name tezos_base)
|
|
|
|
(public_name tezos-base)
|
2018-02-08 10:51:01 +01:00
|
|
|
(flags (:standard -w -30
|
|
|
|
-open Tezos_stdlib
|
2017-11-27 06:13:12 +01:00
|
|
|
-open Tezos_crypto
|
|
|
|
-open Tezos_data_encoding
|
2017-12-08 18:46:12 +01:00
|
|
|
-open Tezos_error_monad
|
2018-01-22 18:30:12 +01:00
|
|
|
-open Tezos_rpc
|
2018-04-03 11:39:09 +02:00
|
|
|
-open Tezos_clic
|
2018-01-30 11:45:38 +01:00
|
|
|
-open Tezos_micheline
|
2017-12-11 16:36:24 +01:00
|
|
|
-safe-string))
|
2017-11-27 06:13:12 +01:00
|
|
|
(libraries (tezos-stdlib
|
|
|
|
tezos-crypto
|
|
|
|
tezos-data-encoding
|
|
|
|
tezos-error-monad
|
2018-01-22 18:30:12 +01:00
|
|
|
tezos-rpc
|
2018-04-03 11:39:09 +02:00
|
|
|
tezos-clic
|
2018-01-30 11:45:38 +01:00
|
|
|
tezos-micheline
|
2018-02-15 11:07:42 +01:00
|
|
|
re.str
|
2017-11-27 06:13:12 +01:00
|
|
|
calendar
|
2017-11-27 06:13:12 +01:00
|
|
|
ezjsonm
|
2018-02-08 10:51:01 +01:00
|
|
|
lwt.unix
|
|
|
|
mtime.clock.os
|
|
|
|
ipaddr.unix))))
|
2017-11-27 06:13:12 +01:00
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
2018-05-26 20:06:05 +02:00
|
|
|
(deps ((glob_files *.ml{,i})))
|
2018-01-27 11:21:41 +01:00
|
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))
|