summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-02 12:01:08 +0000
committerGitHub <noreply@github.com>2021-07-02 12:01:08 +0000
commit03ea42ab93c3c8babe97e1382bc921bde2106037 (patch)
treeaa610119c5f3e7876e7bc6798fff48f074009355 /pkgs/top-level/ocaml-packages.nix
parent95c5cd24d3a2e94e0367b019875e20681c6b8903 (diff)
parent357d2c8f6087685fe35cb1889a005a4dd4cce7b8 (diff)
downloadnixpkgs-03ea42ab93c3c8babe97e1382bc921bde2106037.tar
nixpkgs-03ea42ab93c3c8babe97e1382bc921bde2106037.tar.gz
nixpkgs-03ea42ab93c3c8babe97e1382bc921bde2106037.tar.bz2
nixpkgs-03ea42ab93c3c8babe97e1382bc921bde2106037.tar.lz
nixpkgs-03ea42ab93c3c8babe97e1382bc921bde2106037.tar.xz
nixpkgs-03ea42ab93c3c8babe97e1382bc921bde2106037.tar.zst
nixpkgs-03ea42ab93c3c8babe97e1382bc921bde2106037.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index ca96e411b57..6e25108d04f 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -22,6 +22,8 @@ let
 
     alcotest-lwt = callPackage ../development/ocaml-modules/alcotest/lwt.nix {};
 
+    alcotest-mirage = callPackage ../development/ocaml-modules/alcotest/mirage.nix {};
+
     angstrom = callPackage ../development/ocaml-modules/angstrom { };
 
     angstrom-async = callPackage ../development/ocaml-modules/angstrom-async { };
@@ -1151,6 +1153,8 @@ let
 
     rope = callPackage ../development/ocaml-modules/rope { };
 
+    routes = callPackage ../development/ocaml-modules/routes { };
+
     rpclib = callPackage ../development/ocaml-modules/rpclib { };
 
     rpclib-lwt = callPackage ../development/ocaml-modules/rpclib/lwt.nix { };