mlton: prepare old version for refactoring

20130715.nix is exactly the same as the old default.nix other than
pulling the meta data out into its own file.
This commit is contained in:
Sophia Donataccio
2018-10-12 00:06:54 -04:00
parent 0fc9fdf7f2
commit 4845d9324f
4 changed files with 141 additions and 131 deletions
+15
View File
@@ -0,0 +1,15 @@
{
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"];
}