mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
lower bound on ppxlib
This commit is contained in:
parent
7d7461997a
commit
698daa8629
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
(synopsis "ppx-based instrumentation for trace")
|
||||
(depends
|
||||
(ocaml (>= 4.12)) ; we use __FUNCTION__
|
||||
ppxlib
|
||||
(ppxlib (>= 0.28))
|
||||
(trace (= :version))
|
||||
(trace-tef (and (= :version) :with-test))
|
||||
dune)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ homepage: "https://github.com/c-cube/ocaml-trace"
|
|||
bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.12"}
|
||||
"ppxlib"
|
||||
"ppxlib" {>= "0.28"}
|
||||
"trace" {= version}
|
||||
"trace-tef" {= version & with-test}
|
||||
"dune" {>= "2.9"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue