mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-05-06 17:34:31 -04:00
opam
This commit is contained in:
parent
11d6a34542
commit
ec7fa70442
1 changed files with 3 additions and 5 deletions
|
|
@ -3,11 +3,8 @@ opam-version: "2.0"
|
|||
version: "0.12"
|
||||
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. It doesn't do any IO unless a collector is plugged in, which only the final executable should do."
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Simon Cruanes"]
|
||||
license: "MIT"
|
||||
|
|
@ -21,6 +18,7 @@ depends: [
|
|||
]
|
||||
depopts: [
|
||||
"unix"
|
||||
"lwt"
|
||||
"thread-local-storage" {>= "0.2"}
|
||||
"mtime" {>= "2.0"}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue