Skip to content

Commit 5c6ac90

Browse files
authored
Add lower bound on ocaml 4.08
1 parent 5935ceb commit 5c6ac90

File tree

1 file changed

+1
-1
lines changed
  • packages/CamelCase/CamelCase.0.2.0

1 file changed

+1
-1
lines changed

packages/CamelCase/CamelCase.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/atomicptr/CamelCase"
1010
doc: "https://github.com/atomicptr/CamelCase"
1111
bug-reports: "https://github.com/atomicptr/CamelCase/issues"
1212
depends: [
13-
"ocaml"
13+
"ocaml" {>= "4.08"}
1414
"dune" {>= "3.17"}
1515
"ocamlformat"
1616
"odoc" {with-doc}

0 commit comments

Comments
 (0)