this repo has no description

Fix version bounds

Changed files
+7 -7
packages
metaquot
metaquot.0.5.2
override
override.0.4.0
stdcompat
stdcompat.15
stdcompat.16
stdcompat.17
stdcompat.18
+1 -1
packages/metaquot/metaquot.0.5.2/opam
···
"ppxlib" {>= "0.22.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
-
"metapp" {>= "0.4.3"}
+
"metapp" {>= "0.4.4"}
"odoc" {with-doc & >= "1.5.1"}
]
build: [
+1 -1
packages/override/override.0.4.0/opam
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08.0"}
-
"ppxlib" {>= "0.23.0"}
+
"ppxlib" {>= "0.23.0" & < "0.26.0"}
"stdcompat" {>= "9" & < "19"}
"metapp" {>= "0.4.2"}
"metaquot" {>= "0.4.0"}
+2 -2
packages/stdcompat/stdcompat.15/opam
···
homepage: "https://github.com/thierry-martinez/stdcompat"
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
-
"ocaml" {>= "3.08"}
+
"ocaml" {>= "3.08" & < "5.0"}
]
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
···
checksum: [
"sha512=1f4a9f98fa478360b8202bb5753a731d69fbafd7d964b96edefcc56100d78cdc5489faaf2c0bb1a4ee27949601a823ae3539f83f3ee4bf11bc2da18aea276899"
]
-
}
+
}
+1 -1
packages/stdcompat/stdcompat.16/opam
···
homepage: "https://github.com/thierry-martinez/stdcompat"
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
-
"ocaml" {>= "3.08"}
+
"ocaml" {>= "3.08" & < "5.0"}
]
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
+1 -1
packages/stdcompat/stdcompat.17/opam
···
homepage: "https://github.com/thierry-martinez/stdcompat"
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
-
"ocaml" {>= "3.08"}
+
"ocaml" {>= "3.08" & < "5.0"}
]
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
+1 -1
packages/stdcompat/stdcompat.18/opam
···
homepage: "https://github.com/thierry-martinez/stdcompat"
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
-
"ocaml" {>= "3.08"}
+
"ocaml" {>= "3.08" & < "5.0"}
]
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [