this repo has no description

fix ocaml-compiler.5.3 to point to 5.3.1

this fixes `opam switch create 5.3.1+trunk`
reported by @patricoferris

Changed files
+2 -2
packages
ocaml-compiler
ocaml-compiler.5.3
+2 -2
packages/ocaml-compiler/ocaml-compiler.5.3/opam
···
bug-reports: "https://github.com/ocaml/opam-repository/issues"
dev-repo: "git+https://github.com/ocaml/ocaml.git#5.3"
depends: [
-
# This is OCaml 5.3.0
-
"ocaml" {= "5.3.0" & post}
+
# This is OCaml 5.3.1
+
"ocaml" {= "5.3.1" & post}
# General base- packages
"base-unix" {post}