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))
|
(trace (= :version))
|
||||||
(mtime (>= 2.0))
|
(mtime (>= 2.0))
|
||||||
base-unix
|
base-unix
|
||||||
atomic
|
|
||||||
dune)
|
dune)
|
||||||
(tags
|
(tags
|
||||||
(trace tracing catapult)))
|
(trace tracing catapult)))
|
||||||
|
|
@ -54,7 +53,6 @@
|
||||||
(trace (= :version))
|
(trace (= :version))
|
||||||
(mtime (>= 2.0))
|
(mtime (>= 2.0))
|
||||||
base-unix
|
base-unix
|
||||||
atomic
|
|
||||||
dune)
|
dune)
|
||||||
(tags
|
(tags
|
||||||
(trace tracing fuchsia)))
|
(trace tracing fuchsia)))
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
open struct
|
open struct
|
||||||
module A = Atomic
|
module A = Trace_core.Internal_.Atomic_
|
||||||
|
|
||||||
exception Got_buf of Buf.t
|
exception Got_buf of Buf.t
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@
|
||||||
(ocamlopt_flags :standard -S
|
(ocamlopt_flags :standard -S
|
||||||
;-dlambda
|
;-dlambda
|
||||||
)
|
)
|
||||||
(libraries trace.core atomic threads))
|
(libraries trace.core threads))
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
(name trace_tef)
|
(name trace_tef)
|
||||||
(public_name trace-tef)
|
(public_name trace-tef)
|
||||||
(synopsis "Simple and lightweight tracing using TEF/Catapult format, in-process")
|
(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}
|
"trace" {= version}
|
||||||
"mtime" {>= "2.0"}
|
"mtime" {>= "2.0"}
|
||||||
"base-unix"
|
"base-unix"
|
||||||
"atomic"
|
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ depends: [
|
||||||
"trace" {= version}
|
"trace" {= version}
|
||||||
"mtime" {>= "2.0"}
|
"mtime" {>= "2.0"}
|
||||||
"base-unix"
|
"base-unix"
|
||||||
"atomic"
|
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue