9 pname = "thread-table";
12 minimalOCamlVersion = "4.08";
15 url = "https://github.com/ocaml-multicore/${pname}/releases/download/${version}/${pname}-${version}.tbz";
16 sha256 = "pIzYhGNZfflELEuqaczAYJHKd7px5DjTYJ+64PO4Hd0=";
31 homepage = "https://github.com/ocaml-multicore/ocaml-${pname}";
32 changelog = "https://github.com/ocaml-multicore/ocaml-${pname}/raw/${version}/CHANGES.md";
33 description = "A lock-free thread-safe integer keyed hash table";
34 license = with lib.licenses; [ isc ];
35 maintainers = with lib.maintainers; [ toastal ];