ocaml-ng.ocamlPackages_4_12.ocaml: init at 4.12.0-α1
This commit is contained in:
committed by
Vincent Laporte
parent
e40f4acb27
commit
254f2bad97
9
pkgs/development/compilers/ocaml/4.12.nix
Normal file
9
pkgs/development/compilers/ocaml/4.12.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
import ./generic.nix {
|
||||
major_version = "4";
|
||||
minor_version = "12";
|
||||
patch_version = "0-alpha1";
|
||||
src = fetchTarball {
|
||||
url = "http://caml.inria.fr/pub/distrib/ocaml-4.12/ocaml-4.12.0~alpha1.tar.xz";
|
||||
sha256 = "1p9nnj7l43b697b6bm767znbf1h0s2lyc1qb8izr1vfpsmnm11ws";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user