this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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).

+37
+37
packages/thread-local-storage/thread-local-storage.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Efficient thread local storage for OCaml" 3 + maintainer: ["Simon Cruanes"] 4 + authors: ["Vesa Karvonen"] 5 + license: "MIT" 6 + tags: ["topics" "threads" "tls"] 7 + homepage: "https://github.com/c-cube/thread-local-storage" 8 + doc: "https://c-cube.github.io/thread-local-storage" 9 + bug-reports: "https://github.com/c-cube/thread-local-storage/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08"} 12 + "dune" {>= "2.0"} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {pinned} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/c-cube/thread-local-storage.git" 29 + url { 30 + src: 31 + "https://github.com/c-cube/thread-local-storage/releases/download/v0.2/thread-local-storage-0.2.tbz" 32 + checksum: [ 33 + "sha256=a68e2b1ed07f9f993ffc76141e632ec4d103ffdab73869700cdc741ecd7e0349" 34 + "sha512=9db66bbb1e179a3999406a0ee0b9461cc45d87468a11713d3f23a452a4f3bd79501a9af273a3e76f501710be2020581801b68f659c47eff1488fbe7a359f98dc" 35 + ] 36 + } 37 + x-commit-hash: "da80e1af26f01efa58cdd3a9dc13c1a097a93787"