1 { lib, fetchurl, buildDunePackage
2 , repr, ppx_repr, fmt, logs, mtime, stdlib-shims
3 , cmdliner, progress, semaphore-compat, optint
4 , alcotest, crowbar, re, lru
12 url = "https://github.com/mirage/index/releases/download/${version}/index-${version}.tbz";
13 hash = "sha256-rPwNzqkWqDak2mDTDIBqIvachY1vfOIzFmwaXjZea+4=";
16 minimalOCamlVersion = "4.08";
22 propagatedBuildInputs = [
43 description = "A platform-agnostic multi-level index";
44 homepage = "https://github.com/mirage/index";
45 license = licenses.mit;
46 maintainers = with maintainers; [ vbgl ];