mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
ocaml-ng.ocamlPackages_4_13.ocaml: init at 4.13.0-α1
This commit is contained in:
parent
c63d4270fe
commit
0887d7a747
9
pkgs/development/compilers/ocaml/4.13.nix
Normal file
9
pkgs/development/compilers/ocaml/4.13.nix
Normal file
@ -0,0 +1,9 @@
|
||||
import ./generic.nix {
|
||||
major_version = "4";
|
||||
minor_version = "13";
|
||||
patch_version = "0-alpha1";
|
||||
src = fetchTarball {
|
||||
url = "https://caml.inria.fr/pub/distrib/ocaml-4.13/ocaml-4.13.0~alpha1.tar.xz";
|
||||
sha256 = "071k12q8m2w9bcwvfclyc46pwd9r49v6av36fhjdlqq29niyq915";
|
||||
};
|
||||
}
|
@ -1511,6 +1511,8 @@ in let inherit (pkgs) callPackage; in rec
|
||||
|
||||
ocamlPackages_4_12 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.12.nix { });
|
||||
|
||||
ocamlPackages_4_13 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.13.nix { });
|
||||
|
||||
ocamlPackages_latest = ocamlPackages_4_12;
|
||||
|
||||
ocamlPackages = ocamlPackages_4_12;
|
||||
|
Loading…
Reference in New Issue
Block a user