Adds some “branch” meta-data

This commit is contained in:
Vincent Laporte 2014-11-06 19:40:20 +00:00
parent ee7e65f033
commit 3d049938c8
13 changed files with 16 additions and 3 deletions

View File

@ -64,6 +64,7 @@ stdenv.mkDerivation {
''; '';
homepage = "http://coq.inria.fr"; homepage = "http://coq.inria.fr";
license = licenses.lgpl21; license = licenses.lgpl21;
branch = "8.3";
maintainers = with maintainers; [ roconnor vbgl ]; maintainers = with maintainers; [ roconnor vbgl ];
}; };
} }

View File

@ -64,6 +64,7 @@ stdenv.mkDerivation {
''; '';
homepage = "http://coq.inria.fr"; homepage = "http://coq.inria.fr";
license = licenses.lgpl21; license = licenses.lgpl21;
branch = coq-version;
maintainers = with maintainers; [ roconnor thoughtpolice vbgl ]; maintainers = with maintainers; [ roconnor thoughtpolice vbgl ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -64,6 +64,7 @@ stdenv.mkDerivation {
''; '';
homepage = "http://coq.inria.fr"; homepage = "http://coq.inria.fr";
license = licenses.lgpl21; license = licenses.lgpl21;
branch = coq-version;
maintainers = with maintainers; [ roconnor thoughtpolice vbgl ]; maintainers = with maintainers; [ roconnor thoughtpolice vbgl ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://caml.inria.fr/ocaml; homepage = http://caml.inria.fr/ocaml;
branch = "3.12";
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ]; license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
description = "Most popular variant of the Caml language"; description = "Most popular variant of the Caml language";

View File

@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://caml.inria.fr/ocaml; homepage = http://caml.inria.fr/ocaml;
branch = "4.00";
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ]; license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
description = "Most popular variant of the Caml language"; description = "Most popular variant of the Caml language";

View File

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://caml.inria.fr/ocaml; homepage = http://caml.inria.fr/ocaml;
branch = "4.01";
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ]; license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
description = "Most popular variant of the Caml language"; description = "Most popular variant of the Caml language";

View File

@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://caml.inria.fr/ocaml; homepage = http://caml.inria.fr/ocaml;
branch = "4.02";
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ]; license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
description = "Most popular variant of the Caml language"; description = "Most popular variant of the Caml language";

View File

@ -32,6 +32,7 @@ stdenv.mkDerivation {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
branch = "4.0";
homepage = https://bitbucket.org/camlspotter/camlimages; homepage = https://bitbucket.org/camlspotter/camlimages;
description = "OCaml image processing library"; description = "OCaml image processing library";
license = licenses.lgpl2; license = licenses.lgpl2;

View File

@ -20,7 +20,8 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://camomile.sourceforge.net/; homepage = http://camomile.sourceforge.net/;
description = "A comprehensive Unicode library for OCaml"; description = "A comprehensive Unicode library for OCaml";
license = "LGPL"; license = stdenv.lib.licenses.lgpl21;
branch = "0.8.2";
platforms = ocaml.meta.platforms; platforms = ocaml.meta.platforms;
maintainers = [ maintainers = [
stdenv.lib.maintainers.z77z stdenv.lib.maintainers.z77z

View File

@ -25,6 +25,7 @@ stdenv.mkDerivation (rec {
''; '';
meta = { meta = {
branch = "2.14";
platforms = ocaml.meta.platforms; platforms = ocaml.meta.platforms;
maintainers = [ maintainers = [
stdenv.lib.maintainers.z77z stdenv.lib.maintainers.z77z

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation {
createFindlibDestdir = true; createFindlibDestdir = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
branch = "108";
homepage = https://ocaml.janestreet.com/; homepage = https://ocaml.janestreet.com/;
description = "Library for serializing OCaml values to and from S-expressions"; description = "Library for serializing OCaml values to and from S-expressions";
license = licenses.asl20; license = licenses.asl20;

View File

@ -21,7 +21,8 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://ocaml.janestreet.com/; homepage = https://ocaml.janestreet.com/;
description = "Support library for OCaml preprocessor type conversions"; description = "Support library for OCaml preprocessor type conversions";
#license = licenses.apl20; invalid license license = licenses.asl20;
branch = "108";
platforms = ocaml.meta.platforms; platforms = ocaml.meta.platforms;
maintainers = with maintainers; [ z77z ]; maintainers = with maintainers; [ z77z ];
}; };

View File

@ -37,7 +37,8 @@ stdenv.mkDerivation {
It also provides parsing and printing tools. It also provides parsing and printing tools.
''; '';
homepage = "${webpage}"; homepage = "${webpage}";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
branch = "5";
platforms = ocaml.meta.platforms; platforms = ocaml.meta.platforms;
maintainers = [ maintainers = [
stdenv.lib.maintainers.z77z stdenv.lib.maintainers.z77z