swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: 5a22cf88292c444f70b2288e321e29ac970085c1 authored by Raphaƫl Proust on 29 March 2020, 18:56:41 UTC
Base: add Time.System.Span.pp_hum for pretty printing
Tip revision: 5a22cf8
dune
(env
 (release
  (ocamlopt_flags (:standard -O3))))

(alias
 (name runtest)
 (deps (alias_rec runtest_lint)))
back to top