Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / compilers / mlton / meta.nix
blob1e4c0aacfc3c2411c2a4b629ca610a0ccef899b8
2   description = "Open-source, whole-program, optimizing Standard ML compiler";
3   longDescription = ''
4     MLton is an open source, whole-program optimizing compiler for the Standard ML programming language.
5     MLton aims to produce fast executables, and to encourage rapid prototyping and modular programming
6     by eliminating performance penalties often associated with the use of high-level language features.
7     MLton development began in 1997, and continues to this day with a growing worldwide community of
8     developers and users, who have helped to port MLton to a number of platforms.
9     Description taken from http://en.wikipedia.org/wiki/Mlton .
10   '';
12   homepage = "http://mlton.org/";
13   license = "bsd";
14   platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin"];