summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-13 17:57:55 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-13 17:58:24 +0000
commitbd7bf3381426814aaeda4b2de24fca1410b535c3 (patch)
tree1af3233b9d454a347f2abae52f411ebbed186162 /pkgs/development/compilers/ocaml
parent68ee2c6c307da44c8d0dfd08adf6b0b3c3310cdc (diff)
downloadnixpkgs-bd7bf3381426814aaeda4b2de24fca1410b535c3.tar
nixpkgs-bd7bf3381426814aaeda4b2de24fca1410b535c3.tar.gz
nixpkgs-bd7bf3381426814aaeda4b2de24fca1410b535c3.tar.bz2
nixpkgs-bd7bf3381426814aaeda4b2de24fca1410b535c3.tar.lz
nixpkgs-bd7bf3381426814aaeda4b2de24fca1410b535c3.tar.xz
nixpkgs-bd7bf3381426814aaeda4b2de24fca1410b535c3.tar.zst
nixpkgs-bd7bf3381426814aaeda4b2de24fca1410b535c3.zip
ocaml: init at 4.05.0
Diffstat (limited to 'pkgs/development/compilers/ocaml')
-rw-r--r--pkgs/development/compilers/ocaml/4.05.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ocaml/4.05.nix b/pkgs/development/compilers/ocaml/4.05.nix
new file mode 100644
index 00000000000..a63b06a9f62
--- /dev/null
+++ b/pkgs/development/compilers/ocaml/4.05.nix
@@ -0,0 +1,9 @@
+import ./generic.nix {
+  major_version = "4";
+  minor_version = "05";
+  patch_version = "0";
+  sha256 = "1y9fw1ci9pwnbbrr9nwr8cq8vypcxwdf4akvxard3mxl2jx2g984";
+
+  # If the executable is stipped it does not work
+  dontStrip = true;
+}