summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2021-07-19 09:27:53 +0200
committerGitHub <noreply@github.com>2021-07-19 09:27:53 +0200
commit80bd1454bce550c50f7d7602e80a19bf7fca713a (patch)
tree065378588fe62c1796a121d4187cffeb75a69090 /pkgs/top-level
parent5ffeaf652af106fa89de1758ea46a7501071c275 (diff)
downloadnixpkgs-80bd1454bce550c50f7d7602e80a19bf7fca713a.tar
nixpkgs-80bd1454bce550c50f7d7602e80a19bf7fca713a.tar.gz
nixpkgs-80bd1454bce550c50f7d7602e80a19bf7fca713a.tar.bz2
nixpkgs-80bd1454bce550c50f7d7602e80a19bf7fca713a.tar.lz
nixpkgs-80bd1454bce550c50f7d7602e80a19bf7fca713a.tar.xz
nixpkgs-80bd1454bce550c50f7d7602e80a19bf7fca713a.tar.zst
nixpkgs-80bd1454bce550c50f7d7602e80a19bf7fca713a.zip
ocamlPackages.ringo: init at 0.5 (#130256)
ocamlPackages.ringo-lwt: init at 0.5
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/ocaml-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index ebe7465fae5..d124d388ef9 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1179,6 +1179,9 @@ let
     resto-directory = callPackage ../development/ocaml-modules/resto/directory.nix { };
     resto-json = callPackage ../development/ocaml-modules/resto/json.nix { };
 
+    ringo = callPackage ../development/ocaml-modules/ringo { };
+    ringo-lwt = callPackage ../development/ocaml-modules/ringo/lwt.nix { };
+
     rope = callPackage ../development/ocaml-modules/rope { };
 
     routes = callPackage ../development/ocaml-modules/routes { };