this repo has no description

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

The underlying issue is opam-monorepo:

==> Using lockfile /src/mirage.opam.locked
Successfully pulled 117/117 repositories
�[01;2m�[01;35m2023-02-14 09:31.51 ---> saved as "ae35e626e84e036206eb1c0f2b774e22b35519257a4891cdc9e7aea5da8ec6b8"�[0m

�[01;34m/src/: (env DUNE_CACHE enabled)�[0m

�[01;34m/src/: (env DUNE_CACHE_TRANSPORT direct)�[0m

�[01;34m/src/: (run (cache (dune-build-cache (target /home/opam/.cache/dune)))
(network host)
(shell "opam exec -- make build"))�[0m
dune build
Error: Too many opam files for package "ppx_sexp_conv":
- duniverse/ppx_sexp_conv/ppx_sexp_conv.opam
- duniverse/ppxlib/bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam
make: *** [Makefile:80: build] Error 1
"/bin/bash" "-c" "opam exec -- make build" failed with exit status 2

2023-02-14 09:31.52: Job failed: Failed: Build failed

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