this repo has no description

Merge pull request #26372 from c-cube/release-thread-local-storage-v0.2

[new release] thread-local-storage (0.2)

Changed files
+53 -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
thread-local-storage
thread-local-storage.0.2
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"}
+37
packages/thread-local-storage/thread-local-storage.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Efficient thread local storage for OCaml"
+
maintainer: ["Simon Cruanes"]
+
authors: ["Vesa Karvonen"]
+
license: "MIT"
+
tags: ["topics" "threads" "tls"]
+
homepage: "https://github.com/c-cube/thread-local-storage"
+
doc: "https://c-cube.github.io/thread-local-storage"
+
bug-reports: "https://github.com/c-cube/thread-local-storage/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/c-cube/thread-local-storage.git"
+
url {
+
src:
+
"https://github.com/c-cube/thread-local-storage/releases/download/v0.2/thread-local-storage-0.2.tbz"
+
checksum: [
+
"sha256=a68e2b1ed07f9f993ffc76141e632ec4d103ffdab73869700cdc741ecd7e0349"
+
"sha512=9db66bbb1e179a3999406a0ee0b9461cc45d87468a11713d3f23a452a4f3bd79501a9af273a3e76f501710be2020581801b68f659c47eff1488fbe7a359f98dc"
+
]
+
}
+
x-commit-hash: "da80e1af26f01efa58cdd3a9dc13c1a097a93787"
+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"}