aliceml: description improvements
Move the (long) description to "longDescription" and add a short description in "description".
This commit is contained in:
parent
667986eafc
commit
89e6eb41f2
@ -63,8 +63,13 @@ stdenv.mkDerivation {
|
|||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
meta = {
|
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/;
|
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";
|
license = "BSD";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user