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
|
(depopts
|
||||||
hmap
|
hmap
|
||||||
unix
|
unix
|
||||||
(picos_aux (>= 0.6))
|
(picos_aux
|
||||||
|
(>= 0.6))
|
||||||
(mtime
|
(mtime
|
||||||
(>= 2.0)))
|
(>= 2.0)))
|
||||||
(tags
|
(tags
|
||||||
|
|
@ -39,9 +40,12 @@
|
||||||
(synopsis "A ppx-based preprocessor for trace")
|
(synopsis "A ppx-based preprocessor for trace")
|
||||||
(depends
|
(depends
|
||||||
(ocaml
|
(ocaml
|
||||||
(>= 4.12)) ; we use __FUNCTION__
|
(>= 4.12))
|
||||||
|
; we use __FUNCTION__
|
||||||
(ppxlib
|
(ppxlib
|
||||||
(and (>= 0.28) (< 0.36)))
|
(and
|
||||||
|
(>= 0.28)
|
||||||
|
(< 0.36)))
|
||||||
(trace
|
(trace
|
||||||
(= :version))
|
(= :version))
|
||||||
(trace-tef
|
(trace-tef
|
||||||
|
|
@ -50,7 +54,8 @@
|
||||||
:with-test))
|
:with-test))
|
||||||
dune)
|
dune)
|
||||||
(depopts
|
(depopts
|
||||||
(mtime (>= 2.0)))
|
(mtime
|
||||||
|
(>= 2.0)))
|
||||||
(tags
|
(tags
|
||||||
(trace ppx)))
|
(trace ppx)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue