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)
|
(name trace)
|
||||||
(synopsis
|
(synopsis
|
||||||
"A lightweight stub for tracing/observability, agnostic in how data is collected")
|
"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.
|
(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.")
|
||||||
It doesn't do any IO unless a collector is plugged in, which only
|
|
||||||
the final executable should do.")
|
|
||||||
(depends
|
(depends
|
||||||
(ocaml
|
(ocaml
|
||||||
(>= 4.08))
|
(>= 4.08))
|
||||||
dune)
|
dune)
|
||||||
(depopts
|
(depopts
|
||||||
hmap
|
|
||||||
unix
|
unix
|
||||||
(mtime
|
(mtime
|
||||||
(>= 2.0)))
|
(>= 2.0)))
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ depends: [
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: [
|
||||||
"hmap"
|
|
||||||
"unix"
|
"unix"
|
||||||
"mtime" {>= "2.0"}
|
"mtime" {>= "2.0"}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue