1 { lib, fetchFromGitLab, buildDunePackage }:
6 src = fetchFromGitLab {
7 owner = "nomadic-labs";
10 hash = "sha256-8dThhY7TIjd0lLdCt6kxr0yhgVGDyN6ZMSx0Skfbcwk=";
13 minimalOCamlVersion = "4.08";
18 description = "Caches (bounded-size key-value stores) and other bounded-size stores";
19 license = lib.licenses.mit;
20 maintainers = [ lib.maintainers.ulrikstrid ];