mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
format
This commit is contained in:
parent
9a77dad2fd
commit
c2a1ee5904
1 changed files with 9 additions and 4 deletions
13
dune-project
13
dune-project
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue