Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 18, 2024
1 parent c8bc5da commit 4db65c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(synopsis "Pixel-by-pixel image difference algorithm")
(depends
dune
(ocaml (= 4.14.0))
(ocaml (= 4.14.2))
)
)

Expand All @@ -42,7 +42,7 @@
(depends
dune
odiff-core
(ocaml (= 4.14.0))
(ocaml (= 4.14.2))
(dune-configurator (>= 2.8))
)
)
3 changes: 2 additions & 1 deletion odiff-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ homepage: "https://github.com/dmtrKovalenko/odiff"
bug-reports: "https://github.com/dmtrKovalenko/odiff/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {= "4.14.0"}
"ocaml" {= "4.14.2"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"--verbose"
"-p"
name
"-j"
Expand Down
2 changes: 1 addition & 1 deletion odiff-io.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/dmtrKovalenko/odiff/issues"
depends: [
"dune" {>= "2.8"}
"odiff-core"
"ocaml" {= "4.14.0"}
"ocaml" {= "4.14.2"}
"dune-configurator" {>= "2.8"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 4db65c1

Please sign in to comment.