ocamlPackages.caqti*: init at 1.3.0

Except for caqti-type-calendar, whose most recent version number is
1.2.0.
This commit is contained in:
Aaron L. Zeng
2021-01-30 11:37:36 +01:00
committed by Vincent Laporte
parent 5b13986979
commit 1b6764da4e
9 changed files with 130 additions and 0 deletions
@@ -0,0 +1,11 @@
{ lib, buildDunePackage, caqti, logs, lwt }:
buildDunePackage {
pname = "caqti-lwt";
useDune2 = true;
inherit (caqti) version src;
propagatedBuildInputs = [ caqti logs lwt ];
meta = caqti.meta // { description = "Lwt support for Caqti"; };
}