1 { lib, fetchFromGitLab, buildDunePackage }:
7 src = fetchFromGitLab {
8 owner = "nomadic-labs";
11 sha256 = "sha256-lPb+WrRsmtOow9BX9FW4HoILlsTuuMrVlK0XPcXWZ9U=";
14 minimalOCamlVersion = "4.05";
18 # If we just run the test as is it will try to test ringo-lwt
19 checkPhase = "dune build @test/runtest";
22 description = "Caches (bounded-size key-value stores) and other bounded-size stores";
23 license = lib.licenses.mit;
24 maintainers = [ lib.maintainers.ulrikstrid ];