this repo has no description
0
fork

Configure Feed

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

Merge pull request #21832 from kit-ty-kate/fix-116

ringo >= 0.4 is not available with OCaml 5.0 (uses Ephemeron.iter)

authored by

Kate and committed by
GitHub
23a8e371 b08d91fe

+6 -6
+1 -1
packages/ringo/ringo.0.4/opam
··· 6 6 dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git" 7 7 license: "MIT" 8 8 depends: [ 9 - "ocaml" { >= "4.05" } 9 + "ocaml" {>= "4.05" & < "5.0"} 10 10 "dune" { >= "1.7" } 11 11 ] 12 12 build: [
+1 -1
packages/ringo/ringo.0.5/opam
··· 6 6 dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git" 7 7 license: "MIT" 8 8 depends: [ 9 - "ocaml" { >= "4.05" } 9 + "ocaml" {>= "4.05" & < "5.0"} 10 10 "dune" { >= "1.7" } 11 11 ] 12 12 build: [
+1 -1
packages/ringo/ringo.0.6/opam
··· 6 6 dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git" 7 7 license: "MIT" 8 8 depends: [ 9 - "ocaml" { >= "4.05" } 9 + "ocaml" {>= "4.05" & < "5.0"} 10 10 "dune" { >= "1.7" } 11 11 ] 12 12 build: [
+1 -1
packages/ringo/ringo.0.7/opam
··· 6 6 dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git" 7 7 license: "MIT" 8 8 depends: [ 9 - "ocaml" { >= "4.05" } 9 + "ocaml" {>= "4.05" & < "5.0"} 10 10 "dune" { >= "1.7" } 11 11 ] 12 12 build: [
+1 -1
packages/ringo/ringo.0.8/opam
··· 6 6 dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git" 7 7 license: "MIT" 8 8 depends: [ 9 - "ocaml" { >= "4.05" } 9 + "ocaml" {>= "4.05" & < "5.0"} 10 10 "dune" { >= "1.7" } 11 11 ] 12 12 build: [
+1 -1
packages/ringo/ringo.0.9/opam
··· 6 6 dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git" 7 7 license: "MIT" 8 8 depends: [ 9 - "ocaml" { >= "4.05" } 9 + "ocaml" {>= "4.05" & < "5.0"} 10 10 "dune" { >= "1.7" } 11 11 ] 12 12 build: [