mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
chore: we don't actually depend on atomic
This commit is contained in:
parent
c2551a7e4b
commit
2e4971d23d
6 changed files with 3 additions and 7 deletions
|
|
@ -41,7 +41,6 @@
|
|||
(trace (= :version))
|
||||
(mtime (>= 2.0))
|
||||
base-unix
|
||||
atomic
|
||||
dune)
|
||||
(tags
|
||||
(trace tracing catapult)))
|
||||
|
|
@ -54,7 +53,6 @@
|
|||
(trace (= :version))
|
||||
(mtime (>= 2.0))
|
||||
base-unix
|
||||
atomic
|
||||
dune)
|
||||
(tags
|
||||
(trace tracing fuchsia)))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
open struct
|
||||
module A = Atomic
|
||||
module A = Trace_core.Internal_.Atomic_
|
||||
|
||||
exception Got_buf of Buf.t
|
||||
end
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
(ocamlopt_flags :standard -S
|
||||
;-dlambda
|
||||
)
|
||||
(libraries trace.core atomic threads))
|
||||
(libraries trace.core threads))
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
(name trace_tef)
|
||||
(public_name trace-tef)
|
||||
(synopsis "Simple and lightweight tracing using TEF/Catapult format, in-process")
|
||||
(libraries trace.core trace.private.util mtime mtime.clock.os atomic unix threads))
|
||||
(libraries trace.core trace.private.util mtime mtime.clock.os unix threads))
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ depends: [
|
|||
"trace" {= version}
|
||||
"mtime" {>= "2.0"}
|
||||
"base-unix"
|
||||
"atomic"
|
||||
"dune" {>= "2.9"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ depends: [
|
|||
"trace" {= version}
|
||||
"mtime" {>= "2.0"}
|
||||
"base-unix"
|
||||
"atomic"
|
||||
"dune" {>= "2.9"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue