https://gitlab.com/tezos/tezos
Raw File
Tip revision: a343cf7a0f6a1459d892254d2140452c2903fc42 authored by Romain Bardou on 16 June 2020, 08:34:23 UTC
EOL: Babylonnet test network has reached end of life
Tip revision: a343cf7
dune
(library
 (name tezos_client_base_unix)
 (public_name tezos-client-base-unix)
 (libraries tezos-base
            tezos-client-base
            tezos-client-commands
            tezos-stdlib-unix
            tezos-rpc-http-client-unix
            tezos-signer-backends.unix
            tezos-shell-services)
 (flags (:standard -open Tezos_base__TzPervasives
                   -open Tezos_rpc_http
                   -open Tezos_rpc_http_client_unix
                   -open Tezos_shell_services
                   -open Tezos_stdlib_unix
                   -open Tezos_client_base
                   -open Tezos_client_commands
                   -linkall)))

(alias
 (name runtest_lint)
 (deps (glob_files *.ml{,i}))
 (action (run %{lib:tezos-tooling:lint.sh} %{deps})))
back to top