Skip to content

Commit

Permalink
add ounit2 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
just-max committed Sep 7, 2023
1 parent 43b4a62 commit 25339fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
(ocaml (= 5.0.0))
(xmlm (and (>= 1.4) (< 1.5)))
(fileutils (and (>= 0.6) (< 0.7)))
(qcheck-core (and (>= 0.21) (< 0.22))) ; todo: other qcheck components, maybe separate into packages?
(qcheck-core (and (>= 0.21) (< 0.22)))
(ounit2 (and (>= 2.2) (< 2.3)))
(mtime (and (>= 2.0) (< 2.1)))
(fmt (and (>= 0.9) (< 0.10)))
(ppxlib (and (>= 0.30) (< 0.31)))
Expand Down
1 change: 1 addition & 0 deletions less-power.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends: [
"xmlm" {>= "1.4" & < "1.5"}
"fileutils" {>= "0.6" & < "0.7"}
"qcheck-core" {>= "0.21" & < "0.22"}
"ounit2" {>= "2.2" & < "2.3"}
"mtime" {>= "2.0" & < "2.1"}
"fmt" {>= "0.9" & < "0.10"}
"ppxlib" {>= "0.30" & < "0.31"}
Expand Down

0 comments on commit 25339fa

Please sign in to comment.