this repo has no description
1opam-version: "2.0" 2synopsis: "Efficient thread local storage for OCaml" 3maintainer: ["Simon Cruanes"] 4authors: ["Vesa Karvonen"] 5license: "MIT" 6tags: ["topics" "threads" "tls"] 7homepage: "https://github.com/c-cube/thread-local-storage" 8doc: "https://c-cube.github.io/thread-local-storage" 9bug-reports: "https://github.com/c-cube/thread-local-storage/issues" 10depends: [ 11 "ocaml" {>= "4.08"} 12 "dune" {>= "2.0"} 13] 14build: [ 15 ["dune" "subst"] {dev} 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] 28dev-repo: "git+https://github.com/c-cube/thread-local-storage.git" 29url { 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} 37x-commit-hash: "da80e1af26f01efa58cdd3a9dc13c1a097a93787"