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:
@@ -0,0 +1,13 @@
|
||||
{ lib, buildDunePackage, caqti, postgresql }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "caqti-driver-postgresql";
|
||||
useDune2 = true;
|
||||
inherit (caqti) version src;
|
||||
|
||||
propagatedBuildInputs = [ caqti postgresql ];
|
||||
|
||||
meta = caqti.meta // {
|
||||
description = "PostgreSQL driver for Caqti based on C bindings";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user