2017-11-27 06:13:12 +01:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
2018-02-08 10:51:02 +01:00
|
|
|
((name tezos_stdlib_unix)
|
|
|
|
(public_name tezos-stdlib-unix)
|
2017-11-27 06:13:12 +01:00
|
|
|
(flags (:standard -w -9-30
|
2018-02-08 10:51:01 +01:00
|
|
|
-open Tezos_base__TzPervasives
|
2017-12-11 16:36:24 +01:00
|
|
|
-safe-string))
|
2018-02-08 10:51:01 +01:00
|
|
|
(libraries (tezos-base
|
2017-11-27 06:13:12 +01:00
|
|
|
lwt.unix
|
2018-02-04 18:39:34 +01:00
|
|
|
ipaddr.unix
|
|
|
|
str))))
|
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} ${^}))))
|