21 buildDunePackage rec {
26 url = "https://github.com/mirage/index/releases/download/${version}/index-${version}.tbz";
27 hash = "sha256-k4iDUJik7UTuztBw7YaFXASd8SqYMR1JgLm3JOyriGA=";
30 minimalOCamlVersion = "4.08";
35 propagatedBuildInputs = [
56 description = "Platform-agnostic multi-level index";
57 homepage = "https://github.com/mirage/index";
58 license = licenses.mit;
59 maintainers = with maintainers; [ vbgl ];