This commit is contained in:
Simon Cruanes 2025-09-15 10:26:34 -04:00
parent 9a77dad2fd
commit c2a1ee5904
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -28,7 +28,8 @@
(depopts
hmap
unix
(picos_aux (>= 0.6))
(picos_aux
(>= 0.6))
(mtime
(>= 2.0)))
(tags
@ -39,9 +40,12 @@
(synopsis "A ppx-based preprocessor for trace")
(depends
(ocaml
(>= 4.12)) ; we use __FUNCTION__
(>= 4.12))
; we use __FUNCTION__
(ppxlib
(and (>= 0.28) (< 0.36)))
(and
(>= 0.28)
(< 0.36)))
(trace
(= :version))
(trace-tef
@ -50,7 +54,8 @@
:with-test))
dune)
(depopts
(mtime (>= 2.0)))
(mtime
(>= 2.0)))
(tags
(trace ppx)))