this repo has no description
0
fork

Configure Feed

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

fix: fix riot versions for atacama/minttea

+2 -2
+1 -1
packages/atacama/atacama.0.0.4/opam
··· 13 13 "mdx" {with-test & >= "2.3.1"} 14 14 "ocaml" {>= "5.1"} 15 15 "odoc" {with-doc & >= "2.2.2"} 16 - "riot" {>= "0.0.7"} 16 + "riot" {= "0.0.7"} 17 17 "telemetry" {>= "0.0.1"} 18 18 ] 19 19 build: [
+1 -1
packages/minttea/minttea.0.0.2/opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.11"} 13 13 "ocaml" {>= "5.1"} 14 - "riot" {>= "0.0.5"} 14 + "riot" {= "0.0.5"} 15 15 "mdx" {with-test & >= "2.3.1"} 16 16 "tty" {>= "0.0.2"} 17 17 "odoc" {with-doc}