this repo has no description

Merge pull request #23312 from hannesm/mirage-runtime-ppxlib

mirage-runtime 4.*: avoid ppxlib >= 0.29.0

Kate 3f2b45ee 92248ecb

Changed files
+39 -3
packages
mirage-runtime
mirage-runtime.4.0.0
mirage-runtime.4.0.0~beta1
mirage-runtime.4.0.0~beta2
mirage-runtime.4.0.0~beta3
mirage-runtime.4.1.0
mirage-runtime.4.1.1
mirage-runtime.4.2.0
mirage-runtime.4.2.1
mirage-runtime.4.3.0
mirage-runtime.4.3.1
mirage-runtime.4.3.2
mirage-runtime.4.3.3
+3
packages/mirage-runtime/mirage-runtime.4.0.0/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
+
conflicts: [
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+3
packages/mirage-runtime/mirage-runtime.4.0.0~beta1/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
+
conflicts: [
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+3
packages/mirage-runtime/mirage-runtime.4.0.0~beta2/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
+
conflicts: [
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+3
packages/mirage-runtime/mirage-runtime.4.0.0~beta3/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
+
conflicts: [
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+3
packages/mirage-runtime/mirage-runtime.4.1.0/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
+
conflicts: [
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+3
packages/mirage-runtime/mirage-runtime.4.1.1/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
+
conflicts: [
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+3
packages/mirage-runtime/mirage-runtime.4.2.0/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
+
conflicts: [
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+3
packages/mirage-runtime/mirage-runtime.4.2.1/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
+
conflicts: [
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+3
packages/mirage-runtime/mirage-runtime.4.3.0/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
+
conflicts: [
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+4 -1
packages/mirage-runtime/mirage-runtime.4.3.1/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
-
conflicts: [ "result" {< "1.5"} ]
+
conflicts: [
+
"result" {< "1.5"}
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+4 -1
packages/mirage-runtime/mirage-runtime.4.3.2/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
-
conflicts: [ "result" {< "1.5"} ]
+
conflicts: [
+
"result" {< "1.5"}
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS
+4 -1
packages/mirage-runtime/mirage-runtime.4.3.3/opam
···
"lwt" {>= "4.0.0"}
"alcotest" {with-test}
]
-
conflicts: [ "result" {< "1.5"} ]
+
conflicts: [
+
"result" {< "1.5"}
+
"ppxlib" {= "0.29.0"} #includes vendored ppx_sexp_conv, leads to opam-monorepo failure
+
]
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
description: """
A bundle of useful runtime functions for applications built with MirageOS