A description cleanup after merge
This commit is contained in:
parent
2709d32274
commit
9a9ecbf32d
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://forge.ocamlcore.org/projects/calendar/;
|
homepage = https://forge.ocamlcore.org/projects/calendar/;
|
||||||
description = "An Objective Caml library managing dates and times.";
|
description = "An Objective Caml library managing dates and times";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
platforms = ocaml.meta.platforms;
|
platforms = ocaml.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
|
@ -25,7 +25,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://ocsigen.org/ocsigenserver/;
|
homepage = http://ocsigen.org/ocsigenserver/;
|
||||||
description = "Ocsigen Server is a full featured Web server. It implements most features of the HTTP protocol, and has a very powerful extension mechanism that make very easy to plug your own OCaml modules for generating pages.";
|
description = "A full featured Web server''
|
||||||
|
longDescription =''
|
||||||
|
A full featured Web server. It implements most features of the HTTP protocol, and has a very powerful extension mechanism that make very easy to plug your own OCaml modules for generating pages.
|
||||||
|
'';
|
||||||
license = "LGPL"; # <- todo: check
|
license = "LGPL"; # <- todo: check
|
||||||
platforms = ocaml.meta.platforms;
|
platforms = ocaml.meta.platforms;
|
||||||
maintainers = [ stdenv.lib.maintainers.gal_bolle ];
|
maintainers = [ stdenv.lib.maintainers.gal_bolle ];
|
||||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://ocsigen.org/tyxml/;
|
homepage = http://ocsigen.org/tyxml/;
|
||||||
description = "Tyxml is a library that makes it almost impossible for your OCaml programs to generate wrong XML ouput, using static typing.";
|
description = "A library that makes it almost impossible for your OCaml programs to generate wrong XML ouput, using static typing";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
platforms = ocaml.meta.platforms;
|
platforms = ocaml.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
@ -27,4 +27,4 @@ stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user