mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 20:07:55 -04:00
format
This commit is contained in:
parent
9ce054e380
commit
132ef34846
2 changed files with 8 additions and 9 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
(library
|
(library
|
||||||
(name trace_simple)
|
(name trace_simple)
|
||||||
(public_name trace.simple)
|
(public_name trace.simple)
|
||||||
(synopsis "simple type for spans")
|
(synopsis "simple type for spans")
|
||||||
(libraries trace.core trace.util))
|
(libraries trace.core trace.util))
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,10 @@
|
||||||
(unix -> time_util.unix.ml)
|
(unix -> time_util.unix.ml)
|
||||||
(-> time_util.dummy.ml))
|
(-> time_util.dummy.ml))
|
||||||
(select
|
(select
|
||||||
unix_util.ml
|
unix_util.ml
|
||||||
from
|
from
|
||||||
(unix -> unix_util.real.ml)
|
(unix -> unix_util.real.ml)
|
||||||
(-> unix_util.dummy.ml))
|
(-> unix_util.dummy.ml))
|
||||||
(select
|
(select
|
||||||
domain_util.ml
|
domain_util.ml
|
||||||
from
|
from
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue