this repo has no description

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

CHANGES:

- Incompatible API change, making things simpler.
- It is now safe to read TLS from asynchronous callbacks (e.g. memprof
callbacks).

Changed files
+37
packages
thread-local-storage
thread-local-storage.0.2
+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"] {pinned}
+
[
+
"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"