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