add dev-setup deps
Some checks failed
build / build (push) Failing after 50s

This commit is contained in:
zapashcanon 2025-01-20 03:48:33 +01:00
parent af3db08fb4
commit e2fefd3b0f
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
2 changed files with 5 additions and 1 deletions

View File

@ -26,4 +26,6 @@
omd
drame
(ocaml
(>= 5.0))))
(>= 5.0))
(ocamlformat :with-dev-setup)
(odoc :with-dev-setup)))

View File

@ -13,6 +13,8 @@ depends: [
"omd"
"drame"
"ocaml" {>= "5.0"}
"ocamlformat" {with-dev-setup}
"odoc" {with-dev-setup}
"odoc" {with-doc}
]
build: [