Skip to content

Commit 0999288

Browse files
committed
Fix version constraint
1 parent 5254d6a commit 0999288

File tree

1 file changed

+1
-1
lines changed
  • packages/float_option/float_option.0.0.2

1 file changed

+1
-1
lines changed

packages/float_option/float_option.0.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/engineeredabstraction/float_option"
99
bug-reports: "https://github.com/engineeredabstraction/float_option/issues"
1010
depends: [
1111
"dune" {>= "3.18"}
12-
"ocaml"
12+
"ocaml" {>= "5.1.0"}
1313
"ppx_sexp_conv"
1414
"ppx_optional"
1515
"odoc" {with-doc}

0 commit comments

Comments
 (0)