this repo has no description
1opam-version: "2.0"
2synopsis: "A lock-free thread-safe integer keyed hash table"
3maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
4authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
5license: "0BSD"
6homepage: "https://github.com/ocaml-multicore/thread-table"
7bug-reports: "https://github.com/ocaml-multicore/thread-table/issues"
8depends: [
9 "dune" {>= "3.3"}
10 "ocaml" {>= "4.08"}
11 "mdx" {>= "1.10.0" & with-test}
12 "alcotest" {>= "1.7.0" & with-test}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/ocaml-multicore/thread-table.git"
30url {
31 src:
32 "https://github.com/ocaml-multicore/thread-table/releases/download/0.1.0/thread-table-0.1.0.tbz"
33 checksum: [
34 "sha256=77ce01c02f56e6e75626062e690c260357b677aba4d2fdb5d0cee72bbd958d7b"
35 "sha512=99070ed6ee8b78846c6d8d718bf621d1c11f187aa12114d5ce15d2a9ee2cc593b3c8620cee59fc4e63313f61805508f302b3275d6d18b7f9bbc64c3836858e9f"
36 ]
37}
38x-commit-hash: "4dfe6f17b7166f1e608e73a4af815db31a7c78b3"