Skip to content

Commit

Permalink
Fix missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Sep 29, 2024
1 parent 51145a2 commit bcc8b80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bopkit-tests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ depends: [
"auto-format" {>= "0.0.13"}
"base" {>= "v0.17" & < "v0.18"}
"base_quickcheck" {>= "v0.17" & < "v0.18"}
"bopkit" {= version}
"cmdlang" {>= "0.0.5"}
"cmdlang-cmdliner-runner" {>= "0.0.5"}
"cmdlang-to-cmdliner" {>= "0.0.5"}
Expand Down Expand Up @@ -49,8 +50,10 @@ depends: [
"ppxlib" {>= "0.33"}
"stdio" {>= "v0.17" & < "v0.18"}
"stdune" {>= "3.16"}
"subleq" {= version}
"tsdl" {= "1.0.0"}
"tsdl-image" {>= "0.6"}
"visa" {= version}
"odoc" {with-doc}
]
build: [
Expand Down
8 changes: 7 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@
(and
(>= v0.17)
(< v0.18)))
(bopkit
(= :version))
(cmdlang
(>= 0.0.5))
(cmdlang-cmdliner-runner
Expand Down Expand Up @@ -467,7 +469,11 @@
(< v0.18)))
(stdune
(>= 3.16))
(subleq
(= :version))
(tsdl
(= 1.0.0))
(tsdl-image
(>= 0.6))))
(>= 0.6))
(visa
(= :version))))

0 comments on commit bcc8b80

Please sign in to comment.