mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
fix dune
This commit is contained in:
parent
f5d9ecd90b
commit
4153be54a5
1 changed files with 2 additions and 1 deletions
3
src/dune
3
src/dune
|
|
@ -1,5 +1,6 @@
|
||||||
(library
|
(library
|
||||||
(name trace)
|
(name trace)
|
||||||
(public_name trace)
|
(public_name trace)
|
||||||
(synopsis "Lightweight stub for tracing")
|
(synopsis "Lightweight stub for tracing (use `Trace_core` in code)")
|
||||||
|
(wrapped false)
|
||||||
(libraries (re_export trace.core)))
|
(libraries (re_export trace.core)))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue