this repo has no description

add upper bound

Changed files
+16 -7
packages
fuseau
fuseau.0.1
moonpool
moonpool.0.5
moonpool.0.5.1
moonpool.0.6
picos
picos.0.1.0
picos.0.2.0
picos.0.3.0
picos.0.4.0
trace-fuchsia
trace-fuchsia.0.6
trace-fuchsia.0.7
+1 -1
packages/fuseau/fuseau.0.1/opam
···
"trace" {>= "0.6"}
"trace-tef" {with-test}
"mdx" {with-test}
-
"thread-local-storage"
+
"thread-local-storage" {< "0.2"}
"odoc" {with-doc}
]
depopts: ["moonpool"]
+3
packages/moonpool/moonpool.0.5.1/opam
···
]
}
x-commit-hash: "019cea2d5cb5b3096b6b86b08d0dca80e3661d29"
+
conflicts: [
+
"thread-local-storage" {>= "0.2"}
+
]
+3
packages/moonpool/moonpool.0.5/opam
···
]
}
x-commit-hash: "fd2102c7fe4fc936de93fe179b3e59758d18f992"
+
conflicts: [
+
"thread-local-storage" {>= "0.2"}
+
]
+3
packages/moonpool/moonpool.0.6/opam
···
]
}
x-commit-hash: "0750e6af41847e77f33ad85f2d5da2c0408e8f5a"
+
conflicts: [
+
"thread-local-storage" {>= "0.2"}
+
]
+1 -1
packages/picos/picos.0.1.0/opam
···
depends: [
"dune" {>= "3.14"}
"backoff" {>= "0.1.0"}
-
"thread-local-storage" {>= "0.1"}
+
"thread-local-storage" {>= "0.1" & < "0.2"}
"mtime" {>= "2.0.0"}
"psq" {>= "0.2.1"}
"multicore-magic" {>= "2.1.0"}
+1 -1
packages/picos/picos.0.2.0/opam
···
depends: [
"dune" {>= "3.14"}
"backoff" {>= "0.1.0"}
-
"thread-local-storage" {>= "0.1"}
+
"thread-local-storage" {>= "0.1" & < "0.2"}
"mtime" {>= "2.0.0"}
"psq" {>= "0.2.1"}
"multicore-magic" {>= "2.1.0"}
+1 -1
packages/picos/picos.0.3.0/opam
···
depends: [
"dune" {>= "3.14"}
"backoff" {>= "0.1.0"}
-
"thread-local-storage" {>= "0.1"}
+
"thread-local-storage" {>= "0.1" & < "0.2"}
"mtime" {>= "2.0.0"}
"psq" {>= "0.2.1"}
"multicore-magic" {>= "2.1.0"}
+1 -1
packages/picos/picos.0.4.0/opam
···
depends: [
"dune" {>= "3.14"}
"backoff" {>= "0.1.0"}
-
"thread-local-storage" {>= "0.1"}
+
"thread-local-storage" {>= "0.1" & < "0.2"}
"mtime" {>= "2.0.0"}
"psq" {>= "0.2.1"}
"multicore-magic" {>= "2.2.0"}
+1 -1
packages/trace-fuchsia/trace-fuchsia.0.6/opam
···
"ocaml" {>= "4.08"}
"trace" {= version}
"mtime" {>= "2.0"}
-
"thread-local-storage"
+
"thread-local-storage" {< "0.2"}
"base-bigarray"
"base-unix"
"dune" {>= "2.9"}
+1 -1
packages/trace-fuchsia/trace-fuchsia.0.7/opam
···
"ocaml" {>= "4.08"}
"trace" {= version}
"mtime" {>= "2.0"}
-
"thread-local-storage"
+
"thread-local-storage" {< "0.2"}
"base-bigarray"
"base-unix"
"dune" {>= "2.9"}