This commit is contained in:
Simon Cruanes 2026-02-25 11:50:54 -05:00
parent 9ce054e380
commit 132ef34846
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 8 additions and 9 deletions

View file

@ -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))

View file

@ -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