aliceml: description improvements

Move the (long) description to "longDescription" and add a short
description in "description".
This commit is contained in:
Bjørn Forsman 2014-06-23 12:33:10 +02:00
parent 667986eafc
commit 89e6eb41f2

View File

@ -63,8 +63,13 @@ stdenv.mkDerivation {
builder = ./builder.sh;
meta = {
description = "Functional programming language based on Standard ML";
longDescription = ''
Alice ML is a functional programming language based on Standard ML,
extended with rich support for concurrent, distributed, and constraint
programming.
'';
homepage = http://www.ps.uni-saarland.de/alice/;
description = "Alice ML is a functional programming language based on Standard ML, extended with rich support for concurrent, distributed, and constraint programming.";
license = "BSD";
};
}