lower bound on ppxlib

This commit is contained in:
Simon Cruanes 2024-01-10 11:42:23 -05:00
parent 7d7461997a
commit 698daa8629
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
(synopsis "ppx-based instrumentation for trace") (synopsis "ppx-based instrumentation for trace")
(depends (depends
(ocaml (>= 4.12)) ; we use __FUNCTION__ (ocaml (>= 4.12)) ; we use __FUNCTION__
ppxlib (ppxlib (>= 0.28))
(trace (= :version)) (trace (= :version))
(trace-tef (and (= :version) :with-test)) (trace-tef (and (= :version) :with-test))
dune) dune)

View file

@ -10,7 +10,7 @@ homepage: "https://github.com/c-cube/ocaml-trace"
bug-reports: "https://github.com/c-cube/ocaml-trace/issues" bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
depends: [ depends: [
"ocaml" {>= "4.12"} "ocaml" {>= "4.12"}
"ppxlib" "ppxlib" {>= "0.28"}
"trace" {= version} "trace" {= version}
"trace-tef" {= version & with-test} "trace-tef" {= version & with-test}
"dune" {>= "2.9"} "dune" {>= "2.9"}