about summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-11-18 08:10:53 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-11-25 07:55:44 +0100
commit254f2bad97c4148aa1a6e2f484d9849a63c5dcfa (patch)
tree6bc87f921d90c7d79356d00d42f3039f3faeaf44 /pkgs/development/compilers/ocaml
parente40f4acb2706513eda92e1c7c92f085162844e01 (diff)
ocaml-ng.ocamlPackages_4_12.ocaml: init at 4.12.0-α1
Diffstat (limited to 'pkgs/development/compilers/ocaml')
-rw-r--r--pkgs/development/compilers/ocaml/4.12.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ocaml/4.12.nix b/pkgs/development/compilers/ocaml/4.12.nix
new file mode 100644
index 0000000000000..9fa5d62423cc5
--- /dev/null
+++ b/pkgs/development/compilers/ocaml/4.12.nix
@@ -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";
+  };
+}