summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2021-01-23 22:25:21 -0500
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-01-30 11:37:36 +0100
commit1b6764da4e600e66c896a6746ceaa038a40a8f2b (patch)
treea154f2c5c54317d225fbe5ebd6ba1370df5ca770 /pkgs/top-level
parent5b13986979cd15a31c9cc963a17715f32ca3fd80 (diff)
ocamlPackages.caqti*: init at 1.3.0
Except for caqti-type-calendar, whose most recent version number is 1.2.0.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/ocaml-packages.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 1c987133167d..37e95baac9fc 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -130,6 +130,22 @@ let
cairo2 = callPackage ../development/ocaml-modules/cairo2 { };
+ caqti = callPackage ../development/ocaml-modules/caqti { };
+
+ caqti-async = callPackage ../development/ocaml-modules/caqti/async.nix { };
+
+ caqti-driver-mariadb = callPackage ../development/ocaml-modules/caqti/driver-mariadb.nix { };
+
+ caqti-driver-postgresql = callPackage ../development/ocaml-modules/caqti/driver-postgresql.nix { };
+
+ caqti-driver-sqlite3 = callPackage ../development/ocaml-modules/caqti/driver-sqlite3.nix { };
+
+ caqti-dynload = callPackage ../development/ocaml-modules/caqti/dynload.nix { };
+
+ caqti-lwt = callPackage ../development/ocaml-modules/caqti/lwt.nix { };
+
+ caqti-type-calendar = callPackage ../development/ocaml-modules/caqti/type-calendar.nix { };
+
cfstream = callPackage ../development/ocaml-modules/cfstream { };
charInfo_width = callPackage ../development/ocaml-modules/charInfo_width { };