this repo has no description
0
fork

Configure Feed

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

Mark various packages as incompatible with Why3 1.8.

+8 -8
+1 -1
packages/caisar/caisar.2.1/opam
··· 21 21 "yojson" {>= "1.7.0"} 22 22 "menhirLib" {>= "20210310"} 23 23 "csv" {>= "2.4"} 24 - "why3" {>= "1.7.0"} 24 + "why3" {>= "1.7" & < "1.8"} 25 25 "re" {>= "1.10.4" & < "1.12.0"} 26 26 "fpath" {>= "0.7.3"} 27 27 "yaml" {>= "3.1.0"}
+1 -1
packages/colibrics/colibrics.0.3.3/opam
··· 18 18 "core" {>= "v0.14.1"} 19 19 "jingoo" {>= "1.4.4"} 20 20 "logs" {>= "0.7.0"} 21 - "why3" {>= "1.4.0"} 21 + "why3" {>= "1.4" & < "1.8"} 22 22 "yojson" 23 23 "ocaml" {>= "4.12"} 24 24 "odoc" {with-doc}
+1 -1
packages/colibrics/colibrics.0.4/opam
··· 18 18 "core" {>= "v0.14.1"} 19 19 "jingoo" {>= "1.4.4"} 20 20 "logs" {>= "0.7.0"} 21 - "why3" {>= "1.4.0"} 21 + "why3" {>= "1.4" & < "1.8"} 22 22 "yojson" 23 23 "ocaml" {>= "4.12"} 24 24 "odoc" {with-doc}
+1 -1
packages/frama-c/frama-c.28.0/opam
··· 130 130 "ocamlgraph" { with-test & >= "2.1.0" } 131 131 "odoc" { with-doc } 132 132 "unionFind" { >= "20220107" } 133 - "why3" { >= "1.6.0" & ( < "1.7.0" | !with-test ) } 133 + "why3" { >= "1.6" & < "1.8" & ( < "1.7" | !with-test ) } 134 134 "yaml" { >= "3.0.0" } 135 135 "yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)} 136 136 "zarith" { >= "1.5" }
+1 -1
packages/frama-c/frama-c.28.1/opam
··· 132 132 "ocamlgraph" { with-test & >= "2.1.0" } 133 133 "odoc" { with-doc } 134 134 "unionFind" { >= "20220107" } 135 - "why3" { >= "1.6.0" & ( < "1.7.0" | !with-test ) } 135 + "why3" { >= "1.6" & < "1.8" & ( < "1.7" | !with-test ) } 136 136 "yaml" { >= "3.0.0" } 137 137 "yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)} 138 138 "zarith" { >= "1.5" }
+1 -1
packages/frama-c/frama-c.29.0/opam
··· 137 137 "ocamlgraph" { with-test & >= "2.1.0" } 138 138 "odoc" { with-doc } 139 139 "unionFind" { >= "20220107" } 140 - "why3" { >= "1.7.1" & (< "1.8.0" | !with-test) } 140 + "why3" { >= "1.7.1" & < "1.8" } 141 141 "yaml" { >= "3.0.0" } 142 142 "yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)} 143 143 "zarith" { >= "1.9" }
+1 -1
packages/frama-c/frama-c.29.0~beta/opam
··· 139 139 "ocamlgraph" { with-test & >= "2.1.0" } 140 140 "odoc" { with-doc } 141 141 "unionFind" { >= "20220107" } 142 - "why3" { >= "1.7.1" & (< "1.8.0" | !with-test) } 142 + "why3" { >= "1.7.1" & < "1.8" } 143 143 "yaml" { >= "3.0.0" } 144 144 "yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)} 145 145 "zarith" { >= "1.9" }
+1 -1
packages/frama-c/frama-c.30.0~beta/opam
··· 137 137 "ocp-indent" { with-dev-setup & >= "1.8.1" } 138 138 "odoc" { with-doc } 139 139 "unionFind" { >= "20220107" } 140 - "why3" { >= "1.7.1" & (< "1.8.0" | !with-test) } 140 + "why3" { >= "1.7.1" & < "1.8" } 141 141 "yaml" { >= "3.0.0" } 142 142 "yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)} 143 143 "zarith" { >= "1.9" }