this repo has no description
0
fork

Configure Feed

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

Merge pull request #26026 from dra27/off-by-one

Fix off-by-one

authored by

David Allsopp and committed by
GitHub
dff74599 22cb1468

+1 -1
+1 -1
packages/ocaml-system/ocaml-system.4.13.1/opam
··· 11 11 dev-repo: "git+https://github.com/ocaml/ocaml" 12 12 depends: [ 13 13 # This is OCaml 4.13.1 14 - "ocaml" {= "4.13.0" & post} 14 + "ocaml" {= "4.13.1" & post} 15 15 16 16 # General base- packages 17 17 "base-unix" {post}