mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
remove dep on hmap
This commit is contained in:
parent
44f87bdd6b
commit
d91174cf32
2 changed files with 2 additions and 6 deletions
|
|
@ -21,16 +21,13 @@
|
|||
(name trace)
|
||||
(synopsis
|
||||
"A lightweight stub for tracing/observability, agnostic in how data is collected")
|
||||
(description "ocaml-trace can be used to instrument libraries and programs with low overhead.
|
||||
|
||||
It doesn't do any IO unless a collector is plugged in, which only
|
||||
the final executable should do.")
|
||||
(description
|
||||
"ocaml-trace can be used to instrument libraries and programs with low overhead.\n\n It doesn't do any IO unless a collector is plugged in, which only\n the final executable should do.")
|
||||
(depends
|
||||
(ocaml
|
||||
(>= 4.08))
|
||||
dune)
|
||||
(depopts
|
||||
hmap
|
||||
unix
|
||||
(mtime
|
||||
(>= 2.0)))
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ depends: [
|
|||
"odoc" {with-doc}
|
||||
]
|
||||
depopts: [
|
||||
"hmap"
|
||||
"unix"
|
||||
"mtime" {>= "2.0"}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue