this repo has no description

Add lower bound on ocaml 4.08

Changed files
+1 -1
packages
CamelCase
CamelCase.0.2.0
+1 -1
packages/CamelCase/CamelCase.0.2.0/opam
···
doc: "https://github.com/atomicptr/CamelCase"
bug-reports: "https://github.com/atomicptr/CamelCase/issues"
depends: [
-
"ocaml"
+
"ocaml" {>= "4.08"}
"dune" {>= "3.17"}
"ocamlformat"
"odoc" {with-doc}