mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -04:00
meta: Lock down the version of ocamlformat
This commit is contained in:
parent
9fd5fd8536
commit
c82cd6d798
2 changed files with 9 additions and 1 deletions
|
|
@ -27,7 +27,13 @@
|
||||||
ambient-context
|
ambient-context
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(pbrt
|
(pbrt
|
||||||
(>= 2.3)))
|
(>= 2.3))
|
||||||
|
(ocaml-lsp-server :with-dev-setup)
|
||||||
|
(ocamlformat
|
||||||
|
(and
|
||||||
|
:with-dev-setup
|
||||||
|
(>= 0.24)
|
||||||
|
(< 0.25))))
|
||||||
(depopts
|
(depopts
|
||||||
(trace
|
(trace
|
||||||
(>= 0.1)))
|
(>= 0.1)))
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@ depends: [
|
||||||
"ambient-context"
|
"ambient-context"
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"pbrt" {>= "2.3"}
|
"pbrt" {>= "2.3"}
|
||||||
|
"ocaml-lsp-server" {with-dev-setup}
|
||||||
|
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: [
|
||||||
"trace" {>= "0.1"}
|
"trace" {>= "0.1"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue