biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / ocaml-modules / aches / default.nix
blobc590ecc04bdc8701314db60d5fab61feb90496ab
1 { lib, buildDunePackage, ringo }:
3 buildDunePackage {
4   pname = "aches";
5   inherit (ringo) src version;
7   propagatedBuildInputs = [
8     ringo
9   ];
11   meta = {
12     description = "Caches (bounded-size stores) for in-memory values and for resources";
13     license = lib.licenses.mit;
14     maintainers = [ lib.maintainers.ulrikstrid ];
15   };