Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / ocaml-modules / caqti / type-calendar.nix
blobdb4d5983aedf5f7fb695f838e96696858d9ce1d4
1 { lib, buildDunePackage, calendar, caqti }:
3 buildDunePackage {
4   pname = "caqti-type-calendar";
5   inherit (caqti) src version;
7   duneVersion = "3";
9   propagatedBuildInputs = [ calendar caqti ];
11   meta = caqti.meta // {
12     description = "Date and time field types using the calendar library";
13   };