mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
remove unused dep on thread-local-storage
This commit is contained in:
parent
5751c1585c
commit
594a101922
3 changed files with 1 additions and 12 deletions
|
|
@ -85,8 +85,6 @@
|
|||
(= :version))
|
||||
(mtime
|
||||
(>= 2.0))
|
||||
(thread-local-storage
|
||||
(>= 0.2))
|
||||
base-bigarray
|
||||
base-unix
|
||||
dune)
|
||||
|
|
|
|||
|
|
@ -3,12 +3,4 @@
|
|||
(public_name trace-fuchsia)
|
||||
(synopsis
|
||||
"A high-performance backend for trace, emitting a Fuchsia trace into a file")
|
||||
(libraries
|
||||
trace.core
|
||||
trace.util
|
||||
thread-local-storage
|
||||
bigarray
|
||||
mtime
|
||||
mtime.clock.os
|
||||
unix
|
||||
threads))
|
||||
(libraries trace.core trace.util bigarray mtime mtime.clock.os unix threads))
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ depends: [
|
|||
"ocaml" {>= "4.08"}
|
||||
"trace" {= version}
|
||||
"mtime" {>= "2.0"}
|
||||
"thread-local-storage" {>= "0.2"}
|
||||
"base-bigarray"
|
||||
"base-unix"
|
||||
"dune" {>= "2.9"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue