mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-09 04:17:56 -04:00
re-export trace.core in trace
This commit is contained in:
parent
91c9da3b66
commit
e194972613
1 changed files with 1 additions and 1 deletions
2
src/dune
2
src/dune
|
|
@ -2,5 +2,5 @@
|
||||||
(name trace)
|
(name trace)
|
||||||
(public_name trace)
|
(public_name trace)
|
||||||
(synopsis "Lightweight stub for tracing")
|
(synopsis "Lightweight stub for tracing")
|
||||||
(libraries trace.core)
|
(libraries (re_export trace.core))
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue