File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 (synopsis " Pixel-by-pixel image difference algorithm" )
3535 ( depends
3636 dune
37- ( ocaml ( = 5 .2.0 ) )
37+ ocaml
3838 )
3939)
4040
4444 ( depends
4545 dune
4646 odiff-core
47- ( ocaml ( = 5 .2.0 ) )
47+ ocaml
4848 ( dune-configurator ( >= 3 .16.0) )
4949 )
5050)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/dmtrKovalenko/odiff"
99bug-reports: "https://github.com/dmtrKovalenko/odiff/issues"
1010depends: [
1111 "dune" {>= "2.8"}
12- "ocaml" {= "5.2.0"}
12+ "ocaml"
1313 "odoc" {with-doc}
1414]
1515build: [
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/dmtrKovalenko/odiff/issues"
1010depends: [
1111 "dune" {>= "2.8"}
1212 "odiff-core"
13- "ocaml" {= "5.2.0"}
13+ "ocaml"
1414 "dune-configurator" {>= "3.16.0"}
1515 "odoc" {with-doc}
1616]
You can’t perform that action at this time.
0 commit comments