10 pname = "saturn_lockfree";
13 minimalOCamlVersion = "4.13";
16 url = "https://github.com/ocaml-multicore/saturn/releases/download/${version}/saturn-${version}.tbz";
17 hash = "sha256-ZmmxwIe5PiPYTTdvOHbOjRbv2b/bb9y0IekByfREPjk=";
20 propagatedBuildInputs = [
26 description = "Lock-free data structures for multicore OCaml";
27 homepage = "https://github.com/ocaml-multicore/lockfree";
28 license = lib.licenses.isc;
29 maintainers = [ lib.maintainers.vbgl ];