mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -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
|
||||
(name trace_simple)
|
||||
(public_name trace.simple)
|
||||
(synopsis "simple type for spans")
|
||||
(libraries trace.core trace.util))
|
||||
(name trace_simple)
|
||||
(public_name trace.simple)
|
||||
(synopsis "simple type for spans")
|
||||
(libraries trace.core trace.util))
|
||||
|
|
|
|||
|
|
@ -17,10 +17,10 @@
|
|||
(unix -> time_util.unix.ml)
|
||||
(-> time_util.dummy.ml))
|
||||
(select
|
||||
unix_util.ml
|
||||
from
|
||||
(unix -> unix_util.real.ml)
|
||||
(-> unix_util.dummy.ml))
|
||||
unix_util.ml
|
||||
from
|
||||
(unix -> unix_util.real.ml)
|
||||
(-> unix_util.dummy.ml))
|
||||
(select
|
||||
domain_util.ml
|
||||
from
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue