Merge pull request #116490 from sternenseemann/luv-0.5.7

ocamlPackages.luv: init at 0.5.7
This commit is contained in:
Mario Rodas
2021-03-18 21:29:18 -05:00
committed by GitHub
3 changed files with 45 additions and 0 deletions
+4
View File
@@ -576,6 +576,10 @@ let
lua-ml = callPackage ../development/ocaml-modules/lua-ml { };
luv = callPackage ../development/ocaml-modules/luv {
inherit (pkgs) file;
};
lwt = callPackage ../development/ocaml-modules/lwt {
ocaml-migrate-parsetree = ocaml-migrate-parsetree-2-1;
};