this repo has no description
0
fork

Configure Feed

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

riot is not compatible with OCaml 5.3 (expects effect to be a valid identifier name)

Kate cb391d60 631e587f

+7 -7
+1 -1
packages/riot/riot.0.0.2/opam
··· 11 11 homepage: "https://github.com/leostera/riot" 12 12 bug-reports: "https://github.com/leostera/riot/issues" 13 13 depends: [ 14 - "ocaml" {>= "5.1"} 14 + "ocaml" {>= "5.1" & < "5.3"} 15 15 "dune" {>= "3.10"} 16 16 "ptime" {>= "1.1.0"} 17 17 "iomux" {>= "0.3"}
+1 -1
packages/riot/riot.0.0.3/opam
··· 9 9 homepage: "https://github.com/leostera/riot" 10 10 bug-reports: "https://github.com/leostera/riot/issues" 11 11 depends: [ 12 - "ocaml" {>= "5.1"} 12 + "ocaml" {>= "5.1" & < "5.3"} 13 13 "dune" {>= "3.10"} 14 14 "ptime" {>= "1.1.0"} 15 15 "iomux" {>= "0.3"}
+1 -1
packages/riot/riot.0.0.4/opam
··· 9 9 homepage: "https://github.com/leostera/riot" 10 10 bug-reports: "https://github.com/leostera/riot/issues" 11 11 depends: [ 12 - "ocaml" {>= "5.1"} 12 + "ocaml" {>= "5.1" & < "5.3"} 13 13 "dune" {>= "3.10"} 14 14 "ptime" {>= "1.1.0"} 15 15 "iomux" {>= "0.3"}
+1 -1
packages/riot/riot.0.0.5/opam
··· 9 9 homepage: "https://github.com/leostera/riot" 10 10 bug-reports: "https://github.com/leostera/riot/issues" 11 11 depends: [ 12 - "ocaml" {>= "5.1"} 12 + "ocaml" {>= "5.1" & < "5.3"} 13 13 "dune" {>= "3.10"} 14 14 "ptime" {>= "1.1.0"} 15 15 "iomux" {>= "0.3"}
+1 -1
packages/riot/riot.0.0.7/opam
··· 11 11 depends: [ 12 12 "cstruct" {>= "6.2.0"} 13 13 "mdx" {with-test & >= "2.3.1"} 14 - "ocaml" {>= "5.1"} 14 + "ocaml" {>= "5.1" & < "5.3"} 15 15 "odoc" {with-doc & >= "2.2.2"} 16 16 "poll" {>= "0.3.1"} 17 17 "ptime" {>= "1.1.0"}
+1 -1
packages/riot/riot.0.0.8/opam
··· 18 18 "mirage-crypto" {>= "0.11.2" & < "1.0.0"} 19 19 "mirage-crypto-rng" {>= "0.11.2" & < "1.0.0"} 20 20 "mtime" {>= "2.0.0"} 21 - "ocaml" {>= "5.1"} 21 + "ocaml" {>= "5.1" & < "5.3"} 22 22 "odoc" {with-doc & >= "2.2.2"} 23 23 "ptime" {>= "1.1.0"} 24 24 "randomconv" {>= "0.1.3" & < "0.2.0"}
+1 -1
packages/riot/riot.0.0.9/opam
··· 17 17 "mirage-crypto" {>= "0.11.2" & < "1.0.0"} 18 18 "mirage-crypto-rng" {>= "0.11.2" & < "1.0.0"} 19 19 "mtime" {>= "2.0.0"} 20 - "ocaml" {>= "5.1"} 20 + "ocaml" {>= "5.1" & < "5.3"} 21 21 "odoc" {with-doc & >= "2.2.2"} 22 22 "ptime" {>= "1.1.0"} 23 23 "randomconv" {= "0.2.0"}