depot/third_party/nixpkgs/pkgs/development/ocaml-modules/resto/directory.nix

12 lines
207 B
Nix
Raw Normal View History

{ lib, buildDunePackage, resto, resto-json, lwt }:
buildDunePackage {
pname = "resto-directory";
inherit (resto) src version meta useDune2 doCheck;
propagatedBuildInputs = [
resto
lwt
];
}