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.1/thread-local-storage-0.1.tbz" 32 checksum: [ 33 "sha256=72adf908d8899697ebe891c65ea60dadaf19e7bba97b93bae60f33a59c0067ae" 34 "sha512=48ba48b0bdc4eff2feb09972fb7f061594af33a12e0c9f3f816363341911796df2e9e6a43def827c282e6500136c31de0a2bfeefb6308010616859e79e6e8b9a" 35 ] 36} 37x-commit-hash: "e027d3a0351230494fbe45a4e77b0727cdb0a055"