about summary refs log tree commit diff
path: root/pkgs/development/compilers/mlton/meta.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/mlton/meta.nix')
-rw-r--r--pkgs/development/compilers/mlton/meta.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/development/compilers/mlton/meta.nix b/pkgs/development/compilers/mlton/meta.nix
deleted file mode 100644
index 1e4c0aacfc3c..000000000000
--- a/pkgs/development/compilers/mlton/meta.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  description = "Open-source, whole-program, optimizing Standard ML compiler";
-  longDescription = ''
-    MLton is an open source, whole-program optimizing compiler for the Standard ML programming language.
-    MLton aims to produce fast executables, and to encourage rapid prototyping and modular programming
-    by eliminating performance penalties often associated with the use of high-level language features.
-    MLton development began in 1997, and continues to this day with a growing worldwide community of
-    developers and users, who have helped to port MLton to a number of platforms.
-    Description taken from http://en.wikipedia.org/wiki/Mlton .
-  '';
-
-  homepage = "http://mlton.org/";
-  license = "bsd";
-  platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin"];
-}