More description fixes
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
This commit is contained in:
@@ -18,6 +18,6 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
homepage = http://code.google.com/webtoolkit/;
|
||||
description = "Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications.";
|
||||
description = "Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -131,7 +131,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "High-level performance-oriented dynamical language for technical computing.";
|
||||
description = "High-level performance-oriented dynamical language for technical computing";
|
||||
homepage = "http://julialang.org/";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||
|
||||
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "MLton is an open-source, whole-program, optimizing Standard ML compiler.";
|
||||
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
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
dontDisableStatic = true;
|
||||
|
||||
meta = {
|
||||
description = "Ur/Web supports construction of dynamic web applications backed by SQL databases.";
|
||||
description = "Construct dynamic web applications backed by SQL databases";
|
||||
longDescription = ''
|
||||
Ur is a programming language in the tradition of ML and Haskell, but
|
||||
featuring a significantly richer type system. Ur is functional, pure,
|
||||
|
||||
Reference in New Issue
Block a user