this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27472 from avsm/fix-5.3.1+trunk

fix ocaml-compiler.5.3 to point to 5.3.1

authored by

Anil Madhavapeddy and committed by
GitHub
40b3e664 f0a51302

+2 -2
+2 -2
packages/ocaml-compiler/ocaml-compiler.5.3/opam
··· 18 18 bug-reports: "https://github.com/ocaml/opam-repository/issues" 19 19 dev-repo: "git+https://github.com/ocaml/ocaml.git#5.3" 20 20 depends: [ 21 - # This is OCaml 5.3.0 22 - "ocaml" {= "5.3.0" & post} 21 + # This is OCaml 5.3.1 22 + "ocaml" {= "5.3.1" & post} 23 23 24 24 # General base- packages 25 25 "base-unix" {post}